Print testsuite logs on error

This commit is contained in:
Jakub Jelen 2020-12-14 14:49:59 +01:00 committed by Jakub Jelen
parent c7c689c74d
commit 23eb606d86
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ script:
fi;
fi
- if [ -z "$HOST" -a "${DO_COVERITY_SCAN}" != "yes" -a -z "$DO_SIMULATION" ]; then
make check && make dist;
make check && make dist || cat tests/*log;
fi
- if [ ! -z "$HOST" -a "${DO_COVERITY_SCAN}" != "yes" ]; then
make install;