mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
travis: show log in case make check failed
This commit is contained in:
parent
8e5dafdea5
commit
559c143587
@ -69,6 +69,9 @@ do
|
||||
./configure $flags
|
||||
make
|
||||
make check
|
||||
if [ $? -eq 1 ]; then
|
||||
cat ./test-suite.log
|
||||
fi
|
||||
./profanity -v
|
||||
make clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user