From fd1c7b9d48ef4a059d702667ff45aeb955c9e6f0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 15 Apr 2014 12:05:26 +0100 Subject: [PATCH] travis: Continue to debug tests output. Seems that any commands in after_failure do not have stdout... --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8220a3e01b..7209e3638d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,6 @@ script: - make -C bare-arm - make -C stmhal - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests - -after_failure: - - pwd - - echo 'test' - cat tests/memoryerror.py.exp - - (cat tests/memoryerror.py.out) + - 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