aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2015-01-12 15:50:08 +0000
committerDamien George2015-01-12 15:50:08 +0000
commit7630d9ca0e7ed9dcea675b85923503f5d922f6ce (patch)
treea6640d03cb9421f9fca315aad76dda5378a7c59d
parent5b76e3b75ee534f0b9690dec0719fcf612cff5a8 (diff)
travis: grep for failure in qemu-arm output if tests fail.
-rw-r--r--.travis.yml1
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)