Skip to content

Commit

Permalink
Fix xcodebuild test output log filename. (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Jul 7, 2021
1 parent 13e1022 commit 9291499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func printLastLinesOfXcodebuildTestLog(rawXcodebuildOutput string, isRunSuccess
fmt.Println(stringutil.LastNLines(rawXcodebuildOutput, 20))

if !isRunSuccess {
log.Warnf("If you can't find the reason of the error in the log, please check the raw-xcodebuild-output.log.")
log.Warnf("If you can't find the reason of the error in the log, please check the xcodebuild_test.log.")
}

log.Infof(colorstring.Magenta(`
Expand Down

0 comments on commit 9291499

Please sign in to comment.