mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
travis: Use unified diffs for failed tests.
This commit is contained in:
@@ -20,4 +20,4 @@ script:
|
||||
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
|
||||
|
||||
after_failure:
|
||||
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done)
|
||||
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
|
||||
|
||||
Reference in New Issue
Block a user