mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-23 18:34:34 +00:00
Travis: Display test failures
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
0540739531
commit
96e8ed4aa3
@ -28,6 +28,8 @@ addons:
|
||||
script:
|
||||
- ./autogen.sh ${CONFIG}
|
||||
- make -j$(${NPROC}) ${TARGET}
|
||||
after_failure:
|
||||
- for f in tests/*.log; do echo ">>>>>>> $f <<<<<<<"; tail -n 50 $f; done
|
||||
matrix:
|
||||
include:
|
||||
- env: CONFIG="--with-openssl --prefix=/usr --with-tpm2" "TARGET=distcheck"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user