We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e68a68 commit 764f1e4Copy full SHA for 764f1e4
.travis.yml
@@ -41,4 +41,4 @@ after_success:
41
42
after_failure:
43
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
44
- - (grep "FAIL" qemu-arm/build/console.out)
+ - (grep -C 2 "FAIL" qemu-arm/build/console.out)
0 commit comments