diff options
-rwxr-xr-x | tools/ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 26def3cc4..3e34bd6fa 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -1011,6 +1011,7 @@ function _ci_main { _ci_help ;; (*) + set -e cd $(dirname "$0")/.. while [ $# -ne 0 ]; do ci_$1 |