Skip to content

Commit fd1c7b9

Browse files
committed
travis: Continue to debug tests output.
Seems that any commands in after_failure do not have stdout...
1 parent e8ecca2 commit fd1c7b9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ script:
1515
- make -C bare-arm
1616
- make -C stmhal
1717
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
18-
19-
after_failure:
20-
- pwd
21-
- echo 'test'
2218
- cat tests/memoryerror.py.exp
23-
- (cat tests/memoryerror.py.out)
19+
- cat tests/memoryerror.py.out
2420
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done

0 commit comments

Comments
 (0)