Travis: show scriptlog, which contains the former testlog content

This commit is contained in:
Simon Duquennoy 2017-11-13 16:21:23 +01:00
parent ac382f58e9
commit 27a04e14e6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ script:
after_script:
## 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
- "echo 'Summary:'; cat tests/??-$BUILD_TYPE/summary"
- "FAILS=`grep -c ' FAIL ' tests/??-$BUILD_TYPE/summary`"