We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ecca2 commit fd1c7b9Copy full SHA for fd1c7b9
1 file changed
.travis.yml
@@ -15,10 +15,6 @@ script:
15
- make -C bare-arm
16
- make -C stmhal
17
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
18
-
19
-after_failure:
20
- - pwd
21
- - echo 'test'
22
- cat tests/memoryerror.py.exp
23
- - (cat tests/memoryerror.py.out)
+ - cat tests/memoryerror.py.out
24
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0 commit comments