From 629b4d5a825f23b953e16b974e5daba069db1d85 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 22 Oct 2019 12:17:11 +0700 Subject: [PATCH] Early exit if errors in integration tests --- ci/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/integration-tests.sh b/ci/integration-tests.sh index 651710b83ec..1095ec65dac 100755 --- a/ci/integration-tests.sh +++ b/ci/integration-tests.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -x +set -ex if [[ -z "$INTEGRATION" ]]; then exit 0