We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31a822 commit 9b5a9d4Copy full SHA for 9b5a9d4
1 file changed
.travis.yml
@@ -10,3 +10,6 @@ before_script:
10
script:
11
- make -C unix
12
- 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