File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,11 @@ after_failure:
254
254
# Random attempt at debugging currently. Just poking around in here to see if
255
255
# anything shows up.
256
256
- ls -lat $HOME/Library/Logs/DiagnosticReports/
257
- - find $HOME/Library/Logs/DiagnosticReports/ ! \(
258
- -name '*.stage2-*.crash'
259
- -name 'com.apple.CoreSimulator.CoreSimulatorService -*.crash'
260
- \)
261
- -exec echo -e travis_fold":start:crashlog\n\033[31;1m" {} " \033[0m" \;
257
+ - find $HOME/Library/Logs/DiagnosticReports
258
+ -type f
259
+ -not - name '*.stage2 -*.crash'
260
+ -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash'
261
+ -exec printf travis_fold":start:crashlog\n\033[31;1m%s \033[0m\n" {} \;
262
262
-exec head -750 {} \;
263
263
-exec echo travis_fold":"end:crashlog \;
264
264
You can’t perform that action at this time.
0 commit comments