travis: Continue to debug tests output.
Seems that any commands in after_failure do not have stdout...
This commit is contained in:
parent
e8ecca21ff
commit
fd1c7b9d48
@ -15,10 +15,6 @@ script:
|
||||
- make -C bare-arm
|
||||
- make -C stmhal
|
||||
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
|
||||
|
||||
after_failure:
|
||||
- pwd
|
||||
- echo 'test'
|
||||
- cat tests/memoryerror.py.exp
|
||||
- (cat tests/memoryerror.py.out)
|
||||
- cat tests/memoryerror.py.out
|
||||
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user