travis: Continue to debug tests output.

Seems that any commands in after_failure do not have stdout...
pull/496/head
Damien George 2014-04-15 12:05:26 +01:00
rodzic e8ecca21ff
commit fd1c7b9d48
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

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