Early exit if errors in integration tests

This commit is contained in:
Lzu Tao 2019-10-22 12:17:11 +07:00
parent ba673d020b
commit 629b4d5a82

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -ex
if [[ -z "$INTEGRATION" ]]; then
exit 0