Travis: show scriptlog, which contains the former testlog content
This commit is contained in:
parent
ac382f58e9
commit
27a04e14e6
@ -85,7 +85,7 @@ script:
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
## Print cooja test logs
|
## Print cooja test logs
|
||||||
- "[ ${BUILD_CATEGORY:-0} = sim ] && tail tests/??-$BUILD_TYPE/*.testlog"
|
- "[ ${BUILD_CATEGORY:-0} = sim ] && tail tests/??-$BUILD_TYPE/*.scriptlog"
|
||||||
## Print a basic summary
|
## Print a basic summary
|
||||||
- "echo 'Summary:'; cat tests/??-$BUILD_TYPE/summary"
|
- "echo 'Summary:'; cat tests/??-$BUILD_TYPE/summary"
|
||||||
- "FAILS=`grep -c ' FAIL ' tests/??-$BUILD_TYPE/summary`"
|
- "FAILS=`grep -c ' FAIL ' tests/??-$BUILD_TYPE/summary`"
|
||||||
|
Loading…
Reference in New Issue
Block a user