8000 travis: Print context info for failed qemu-arm. · marcnewlin/circuitpython@764f1e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 764f1e4

Browse files
committed
travis: Print context info for failed qemu-arm.
1 parent 6e68a68 commit 764f1e4

File tree

1 file changed

+1
-1
lines change 9F07 d

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ after_success:
4141

4242
after_failure:
4343
- (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)
44+
- (grep -C 2 "FAIL" qemu-arm/build/console.out)

0 commit comments

Comments
 (0)
0