We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b76e3b commit 7630d9cCopy full SHA for 7630d9c
1 file changed
.travis.yml
@@ -27,3 +27,4 @@ script:
27
28
after_failure:
29
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
30
+ - (grep "FAIL" qemu-arm/build/console.out)
0 commit comments