summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-15 12:20:22 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-15 12:20:22 +0100
commit48aaa27c6a07af524ac6eaafac67815b5de13396 (patch)
treeedfb7eaacc6040aaf74e2983efe516f9316b6d15 /.travis.yml
parentfd1c7b9d48ef4a059d702667ff45aeb955c9e6f0 (diff)
travis: Diff output, hopefully this works.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7209e3638..32250edf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,4 @@ script:
- make -C unix-cpy CC=gcc-4.7
- make -C bare-arm
- make -C stmhal
- - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
- - cat tests/memoryerror.py.exp
- - cat tests/memoryerror.py.out
- - cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
+ - (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)