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

View File

@ -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`"