Skip to content

Commit 9b5a9d4

Browse files
committed
Update .travis.yml
Add diffing of failure logs
1 parent e31a822 commit 9b5a9d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ before_script:
1010
script:
1111
- make -C unix
1212
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
13+
14+
after_failure:
15+
- for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE: $testbase"; diff $testbase.exp $testbase.out; done

0 commit comments

Comments
 (0)