We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b013aea commit 203bc98Copy full SHA for 203bc98
1 file changed
.travis.yml
@@ -14,4 +14,7 @@ script:
14
- make -C unix-cpy CC=gcc-4.7
15
- make -C bare-arm
16
- 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)
+ - (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