aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-17 16:03:19 -0700
committerGravatar GitHub <noreply@github.com>2017-05-17 16:03:19 -0700
commit5198757e47f6ad8f3579314e2e541f05663d0e00 (patch)
tree3129943b25fec9682c338c2dba84713c41709d94 /test.sh
parent6a850b8cb1de68013a57ca42c1a0669c35062545 (diff)
Update scheme setting in test.sh (#12)
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index a093ddf..4000f4a 100755
--- a/test.sh
+++ b/test.sh
@@ -17,7 +17,7 @@ EXIT_STATUS=0
(xcodebuild \
-workspace Example/Firebase.xcworkspace \
- -scheme AllTests \
+ -scheme AllUnitTests \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 7' \
build \