travis: Use grep with --text on qemu-arm output.
If the .out file contains non-text characters, grep won't show the output unless we ask nicely.
This commit is contained in:
parent
0608fbff29
commit
6c77d5c7cd
@ -75,7 +75,7 @@ jobs:
|
||||
- make ${MAKEOPTS} -C mpy-cross
|
||||
- make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test test
|
||||
after_failure:
|
||||
- grep "FAIL" ports/qemu-arm/build/console.out
|
||||
- grep --text "FAIL" ports/qemu-arm/build/console.out
|
||||
|
||||
# unix coverage
|
||||
- stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user