mirror of
https://github.com/libretro/libretro-super
synced 2025-01-29 03:32:38 +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
|
echo buildbot job: $MESSAGE
|
||||||
buildbot_log "$MESSAGE"
|
buildbot_log "$MESSAGE"
|
||||||
|
|
||||||
if [ "$FAIL_ON_ERROR" = "1" ]; then
|
if [ "$EXIT_ON_ERROR" = "1" ]; then
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user