Skip to content

Commit

Permalink
[misc] remove debug log from travis logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Dec 21, 2017
1 parent bff419b commit aa91dc9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,4 @@ if [ -n "$MAXSCALE_VERSION" ] ; then
docker-compose -f $COMPOSE_FILE exec maxscale tail -n 500 /var/log/maxscale/maxscale.log
fi

"${cmd[@]}"
if [ -n "$PROFILE" ] ; then

sleep 60 #ensure log won't change during tail - average 40s
date
ls -lrt /tmp/debug.log
tail -50000 /tmp/debug.log
fi
"${cmd[@]}"

0 comments on commit aa91dc9

Please sign in to comment.