aboutsummaryrefslogtreecommitdiffstats
path: root/dist/linux
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-17 08:09:45 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-17 08:09:45 +0200
commit61df1ef50e0523d3838dcdc1e4784387666c7c69 (patch)
tree4ea6dd90fc2aecb6de8248be8eacc9fe4af7a8a2 /dist/linux
parent8b18c354be419a2d3022a70d763fc7a5470fea44 (diff)
downloadghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.tar.gz
ghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.tar.bz2
ghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.zip
travis-ci: fix fold (again?) and macos-x
Diffstat (limited to 'dist/linux')
-rwxr-xr-xdist/linux/travis-ci.sh4
1 files changed, 2 insertions, 2 deletions
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)"