diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-01 03:08:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-01 03:08:54 +0200 |
commit | 38efe73a3f0292f50369e215f4f2197d08d6125c (patch) | |
tree | be456f96b2d1d59dad54729ed95b269494350b57 | |
parent | 0e97572f543d1eb5467d2b6065ef29fc10101419 (diff) |
keep going on error
-rwxr-xr-x | contrib/ci/jobs/2-test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index ad5a2eb32..4d5864cc1 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -27,6 +27,7 @@ check_command() print_logs() { + set +e for i in src/*/test-suite.log do echo "Printing ${i}" |