mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2025-02-18 13:18:28 +00:00
Limit the installer logs copied into the Travis logs.
This commit is contained in:
parent
d95b0d8b1a
commit
63b458abdc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue