Skip to content

Commit

Permalink
Jenkins/check-unity-log.sh: check also for 'Player build result: Fail…
Browse files Browse the repository at this point in the history
…ed!'

* instead of detecting failed build just because of missing output binary
  • Loading branch information
shr-project authored and EricBoiseLGSVL committed Aug 25, 2021
1 parent 4b081fc commit f794e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/check-unity-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
grep --extended-regexp \
--ignore-case \
--before-context=100 --after-context=100 \
'threw exception|Fatal Error|Caught fatal signal|Scripts have compiler errors' \
'threw exception|Fatal Error|Caught fatal signal|Scripts have compiler errors|^Player build result: Failed!' \
$LOG_FILE

RESULT=$?
Expand Down

0 comments on commit f794e10

Please sign in to comment.