travis: Print errors out for OSX job.
This commit is contained in:
parent
ab00f4c44e
commit
98ab7643a7
|
@ -214,6 +214,8 @@ jobs:
|
|||
- make ${MAKEOPTS} -C ports/unix deplibs
|
||||
- make ${MAKEOPTS} -C ports/unix
|
||||
- make ${MAKEOPTS} -C ports/unix test
|
||||
after_failure:
|
||||
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
|
||||
|
||||
# windows port via mingw
|
||||
- stage: test
|
||||
|
|
Loading…
Reference in New Issue