Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Update jspahrsummers/objc-build-scripts to the latest
Browse files Browse the repository at this point in the history
Conflicts:
	script/cibuild
  • Loading branch information
jspahrsummers committed Dec 23, 2013
1 parent 6ce142b commit 82ecf61
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions script/cibuild
Expand Up @@ -132,21 +132,7 @@ build_scheme ()
sdkflag="-sdk iphonesimulator"
fi

run_xctool $sdkflag -scheme "$scheme" $action | awk '{ print; } /Failed to query the list of test cases in the test bundle/ { exit 1; }'

local awkstatus=$?
local result=${PIPESTATUS[0]}

if [ "$awkstatus" -eq "1" ]
then
echo
echo "*** Mac application tests are currently buggy, so they have been skipped."
echo "*** See https://github.com/facebook/xctool/issues/243 for more information."
echo
return 0
fi

return $result
run_xctool $sdkflag -scheme "$scheme" $action
}

export -f build_scheme
Expand Down

0 comments on commit 82ecf61

Please sign in to comment.