aboutsummaryrefslogtreecommitdiff
path: root/contrib/ci/jobs/2-test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ci/jobs/2-test/test.sh')
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh1
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}"