undo test.sh change

This commit is contained in:
Ari Lazier 2016-11-15 11:22:15 -08:00
parent 038a025b81
commit ab7061aa29
1 changed files with 6 additions and 2 deletions

View File

@ -122,7 +122,9 @@ case "$TARGET" in
xctest RealmJS
;;
"react-tests")
${SRCROOT}/scripts/reset-simulators.sh
if ! [ -z "${JENKINS_HOME}" ]; then
${SRCROOT}/scripts/reset-simulators.sh
fi
pushd tests/react-test-app
@ -134,7 +136,9 @@ case "$TARGET" in
xctest ReactTestApp || xctest ReactTestApp
;;
"react-example")
${SRCROOT}/scripts/reset-simulators.sh
if ! [ -z "${JENKINS_HOME}" ]; then
${SRCROOT}/scripts/reset-simulators.sh
fi
pushd examples/ReactExample