1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

travis: show log in case make check failed

This commit is contained in:
Michael Vetter 2019-10-10 19:10:55 +02:00
parent 8e5dafdea5
commit 559c143587

View File

@ -69,6 +69,9 @@ do
./configure $flags
make
make check
if [ $? -eq 1 ]; then
cat ./test-suite.log
fi
./profanity -v
make clean