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:
David Lechner 2020-03-26 23:26:18 -05:00 committed by Damien George
parent 0608fbff29
commit 6c77d5c7cd

View File

@ -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