don't reset simulators

This commit is contained in:
Ari Lazier 2016-11-10 11:44:57 -08:00
parent 8bd5ee8be7
commit aeea153a06

View File

@ -81,9 +81,9 @@ start_packager() {
}
xctest() {
if ! [ -z "${JENKINS_HOME}" ]; then
${SRCROOT}/scripts/reset-simulators.sh
fi
# if ! [ -z "${JENKINS_HOME}" ]; then
# ${SRCROOT}/scripts/reset-simulators.sh
# fi
local dest="$(xcrun simctl list devices | grep -v unavailable | grep -m 1 -o '[0-9A-F\-]\{36\}')"
if [ -n "$XCPRETTY" ]; then