Update test script to actually test ReactExample

This commit is contained in:
Scott Kyle 2016-02-16 00:37:10 -08:00
parent 137e4d6288
commit c01c0faa7b

View File

@ -94,10 +94,11 @@ case "$TARGET" in
fi fi
npm update react-native npm update react-native
open_chrome
start_packager start_packager
pushd ios pushd ios
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
;; ;;
"react-tests-android") "react-tests-android")
if [[ $CONFIGURATION == 'Debug' ]]; then if [[ $CONFIGURATION == 'Debug' ]]; then