mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-12 02:22:26 +01:00
`build.sh` script has `set -e` in the invocation, it fails the script before we have a chance to inspect exit code of `testpaint`. This melds checking of exit status into one command, so bash won't fail it early.