Skip to content
Snippets Groups Projects
Commit 9e2890bb authored by Damien George's avatar Damien George
Browse files

travis: On fail, cd to tests directory before diffing.

parent 2f930fa0
Branches
No related tags found
No related merge requests found
...@@ -16,4 +16,4 @@ script: ...@@ -16,4 +16,4 @@ script:
- make -C stmhal - make -C stmhal
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done after_failure: cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment