Skip to content

Commit

Permalink
Exit on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jun 18, 2021
1 parent b34fd46 commit e3936dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/run_e2e_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# fail if some commands fails
set -e

# show commands
set -x

E2E_TEST_NS="gitops-test"
Expand Down

0 comments on commit e3936dd

Please sign in to comment.