diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0383b4f4f..48575f6e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,4 @@ script: after_failure: - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done) + - (grep "FAIL" qemu-arm/build/console.out) |