travis: output results of unittests on errors

This commit is contained in:
Frank Morgner 2020-01-31 21:03:20 +01:00
parent d138522e33
commit 40b3aeb626
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ script:
fi
- if [ "${DO_SIMULATION}" = "cac" ]; then
cd $TRAVIS_BUILD_DIR;
make check && sudo make install || (cat tests/*log && exit);
make check && sudo make install || (cat tests/*log src/tests/unittests/*log && exit);
export LD_LIBRARY_PATH=/usr/local/lib;
cd src/tests/p11test/;
./p11test -s 0 -p 12345678 -i &