diff --git a/build.sh b/build.sh index ed68320c2..22b332a13 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,7 @@ #!/bin/sh + +set -e + xctool \ -project IntegrationTests/IntegrationTests.xcodeproj \ -scheme IntegrationTests \