Skip to content

Commit

Permalink
Add some log messages to make it easier to identify output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Oct 29, 2019
1 parent 0b76bd5 commit b3d885a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/travis/prepare-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ rm -f logs/screen-*.log

# Give processes some time to start and check logs to see if all the services
# started or if there was any error / failure
echo "Giving screen processes some time to start..."
sleep 10

echo " === START: Catting screen process log files. ==="
cat logs/screen-*.log
echo " === END: Catting screen process log files. ==="

# This script runs as root on Travis which means other processes which don't run
# as root can't write to logs/ directory and tests fail
Expand Down

0 comments on commit b3d885a

Please sign in to comment.