File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apple/testing/default_runner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ if [[ "$build_for_device" == false ]]; then
404404 exit 1
405405 fi
406406
407- simulator_id=" $( SIMULATOR_DEVICE_TYPE=" %(device_type)s" SIMULATOR_OS_VERSION=" %(os_version)s" SIMULATOR_REUSE_SIMULATOR=" ${reuse_simulator:- } " SIMULATOR_SDK_VERSION=" %(sdk_version)s" " %(create_simulator_action_binary)s" ) "
407+ simulator_id=" $( SIMULATOR_DEVICE_TYPE=" %(device_type)s" SIMULATOR_OS_VERSION=" %(os_version)s" SIMULATOR_REUSE_SIMULATOR=" ${reuse_simulator:- } " SIMULATOR_SDK_VERSION=" %(sdk_version)s" XCTESTRUN_RUNNER_PID= " ${BASHPID :- $$ } " " %(create_simulator_action_binary)s" ) "
408408fi
409409
410410test_exit_code=0
@@ -662,7 +662,7 @@ if [[
662662 rm -r " $result_bundle_path "
663663fi
664664
665- SIMULATOR_UDID=" $simulator_id " SIMULATOR_REUSE_SIMULATOR=" ${reuse_simulator:- } " " %(clean_up_simulator_action_binary)s"
665+ SIMULATOR_UDID=" $simulator_id " SIMULATOR_REUSE_SIMULATOR=" ${reuse_simulator:- } " XCTESTRUN_RUNNER_PID= " ${BASHPID :- $$ } " " %(clean_up_simulator_action_binary)s"
666666
667667if [[ " $post_action_determines_exit_code " == true ]]; then
668668 if [[ " $post_action_exit_code " -ne 0 ]]; then
You can’t perform that action at this time.
0 commit comments