mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 09:46:28 +00:00
don't reset simulators
This commit is contained in:
parent
8bd5ee8be7
commit
aeea153a06
@ -81,9 +81,9 @@ start_packager() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
xctest() {
|
xctest() {
|
||||||
if ! [ -z "${JENKINS_HOME}" ]; then
|
# if ! [ -z "${JENKINS_HOME}" ]; then
|
||||||
${SRCROOT}/scripts/reset-simulators.sh
|
# ${SRCROOT}/scripts/reset-simulators.sh
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
local dest="$(xcrun simctl list devices | grep -v unavailable | grep -m 1 -o '[0-9A-F\-]\{36\}')"
|
local dest="$(xcrun simctl list devices | grep -v unavailable | grep -m 1 -o '[0-9A-F\-]\{36\}')"
|
||||||
if [ -n "$XCPRETTY" ]; then
|
if [ -n "$XCPRETTY" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user