Skip to content

Commit

Permalink
Early exit if errors in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 22, 2019
1 parent 5fa5f52 commit 8fdbbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/integration-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -ex

if [[ -z "$INTEGRATION" ]]; then
exit 0
Expand Down

0 comments on commit 8fdbbcd

Please sign in to comment.