From c01c0faa7b4e9b3b4741249872cd03f0b4dfbfcc Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Tue, 16 Feb 2016 00:37:10 -0800 Subject: [PATCH] Update test script to actually test ReactExample --- scripts/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index d25df2d9..5dcd4fb0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -94,10 +94,11 @@ case "$TARGET" in fi npm update react-native + open_chrome start_packager pushd ios - xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION + xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test ;; "react-tests-android") if [[ $CONFIGURATION == 'Debug' ]]; then