Limit the installer logs copied into the Travis logs.

This commit is contained in:
Kyle Neideck 2020-02-09 21:31:26 +11:00
parent d95b0d8b1a
commit 63b458abdc
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -88,8 +88,9 @@ script:
fi
# Install the .pkg.
- sudo installer -pkg Background-Music-*/BackgroundMusic-*.pkg -target / -verbose -dumplog
# Print the installer logs. This only prints the current day's logs.
- echo -en '/var/log/install.log\ntravis_fold:start:install.log\\r'
- cat /var/log/install.log
- grep -A 9999 $(date +%Y-%m-%d) /var/log/install.log
- echo -en 'travis_fold:end:install.log\\r'
# Check the BGM dirs and files were installed again.
- ls -la "/Applications/Background Music.app"