tools/ci.sh: Fix missing set -e when run as a script.

This is needed to correctly stop after an error in a CI step when running
`ci.sh` as a script.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-09-19 10:04:52 -05:00
committed by Damien George
parent 8757eb715e
commit 353814df59

View File

@@ -1011,6 +1011,7 @@ function _ci_main {
_ci_help
;;
(*)
set -e
cd $(dirname "$0")/..
while [ $# -ne 0 ]; do
ci_$1