From 61df1ef50e0523d3838dcdc1e4784387666c7c69 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 17 Aug 2017 08:09:45 +0200 Subject: travis-ci: fix fold (again?) and macos-x --- dist/linux/travis-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/linux') diff --git a/dist/linux/travis-ci.sh b/dist/linux/travis-ci.sh index 55f30d270..89fa4585e 100755 --- a/dist/linux/travis-ci.sh +++ b/dist/linux/travis-ci.sh @@ -81,10 +81,10 @@ EXITCODE=0; t=0; for b in $blds; do workdir="../wrk-$t" # Display log (with travis log folding commands) + echo -en "travis_fold:start:log.$t\r" printf "$ANSI_YELLOW[TRAVIS] Print BUILD $t log $ANSI_NOCOLOR\n" - echo "travis_fold:start:log.$t" cat $workdir/log.log - echo "travis_fold:end:log.$t" + echo -en "travis_fold:end:log.$t\r" # Read the last line of the log RESULT="$(tail -1 $workdir/log.log)" -- cgit v1.2.3