Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Change output when simulator fails to open to be a note.
Browse files Browse the repository at this point in the history
git-svn-id: http://google-toolbox-for-mac.googlecode.com/svn/trunk@700 7dc7ac4e-7543-0410-b95c-c1676fc8e2a3
  • Loading branch information
thomasvl committed Nov 17, 2014
1 parent 79bc4c7 commit d2fb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTesting/RuniOSUnitTestsUnderSimulator.sh
Expand Up @@ -275,7 +275,7 @@ GTMKillNamedAndWait "${GTM_TEST_APP_NAME}"
# If the simulator fails to open with error FBSOpenApplicationErrorDomain:4,
# reset the sim and try again (Known simulator issue for Xcode 6).
if [ ${TEST_HOST_RESULT} -eq 4 ] && [ ${XCODE_VERSION_MINOR} -ge "0600" ]; then
GTMFakeUnitTestingMsg ${LINENO} "Simulator failed to open" "$TEST_HOST_RESULT, trying again."
GTMFakeUnitTestingMsg ${LINENO} "note" "Simulator failed to open with result $TEST_HOST_RESULT, trying again."
GTMResetSimulator
set +e
"${GTM_TEST_COMMAND[@]}"
Expand Down

0 comments on commit d2fb0bc

Please sign in to comment.