Skip to content

Commit d6f41e0

Browse files
committed
Add set -xo errexit
1 parent 6a89c65 commit d6f41e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource-managers/kubernetes/integration-tests/dev/dev-run-integration-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19+
set -xo errexit
1920
TEST_ROOT_DIR=$(git rev-parse --show-toplevel)
2021

2122
DEPLOY_MODE="minikube"

0 commit comments

Comments
 (0)