From 27a04e14e6128e165c5830c624c2024d79db7b74 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 13 Nov 2017 16:21:23 +0100 Subject: [PATCH] Travis: show scriptlog, which contains the former testlog content --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0a39a048..84b769330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`"