try to work around failure to run the tests

This commit is contained in:
JP Simard 2016-11-10 11:26:27 -08:00
parent 8bd5ee8be7
commit 219947db9e
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ echo "$devices" | ruby -rjson -e 'puts JSON.parse($stdin.read)["devices"].flat_m
done done
wait wait
xcrun simctl boot "iPhone 5" # React Native seems to want to test with this device
if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then
open "${DEVELOPER_DIR}/Applications/Simulator.app" open "${DEVELOPER_DIR}/Applications/Simulator.app"
fi fi