undo test.sh change
This commit is contained in:
parent
038a025b81
commit
ab7061aa29
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue