Skip to content

Commit

Permalink
buildbot-os2.sh: actually report an error code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 8, 2017
1 parent b2e9cbf commit 16850b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/buildbot-os2.sh
Expand Up @@ -64,7 +64,9 @@ fi

if [ "$OKAY" == "1" ]; then
echo 1>&2 "Build succeeded."
exit 0
else
echo 1>&2 "Build failed."
exit 1
fi

0 comments on commit 16850b0

Please sign in to comment.