commit 38efe73a3f0292f50369e215f4f2197d08d6125c parent 0e97572f543d1eb5467d2b6065ef29fc10101419 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 1 Apr 2024 03:08:54 +0200 keep going on error Diffstat:
| M | contrib/ci/jobs/2-test/test.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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}"