mirror of
https://github.com/libretro/libretro-super
synced 2025-01-17 07:09:49 +00:00
exit not return
This commit is contained in:
parent
f07a02f9df
commit
5ad353d580
@ -275,8 +275,8 @@ buildbot_handle_message() {
|
||||
echo buildbot job: $MESSAGE
|
||||
buildbot_log "$MESSAGE"
|
||||
|
||||
if [ "$FAIL_ON_ERROR" = "1" ]; then
|
||||
return 1
|
||||
if [ "$EXIT_ON_ERROR" = "1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user