Skip to content

Commit 203bc98

Browse files
committed
travis: Move diffing back to after_failure command.
Need to click on icon at right to see the output.
1 parent b013aea commit 203bc98

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ script:
1414
- make -C unix-cpy CC=gcc-4.7
1515
- make -C bare-arm
1616
- make -C stmhal
17-
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests || for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done && exit 1)
17+
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
18+
19+
after_failure:
20+
- (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)