From c67bcfe869f8c621e4e8ed8067c708e63e942536 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 8 Nov 2024 14:48:34 -0600 Subject: [PATCH] Fix `ios_xctestrun_runner` not updating binary on delta updates (#2590) Signed-off-by: Brentley Jones --- apple/testing/default_runner/ios_xctestrun_runner.template.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apple/testing/default_runner/ios_xctestrun_runner.template.sh b/apple/testing/default_runner/ios_xctestrun_runner.template.sh index 917939c08..fe177a589 100755 --- a/apple/testing/default_runner/ios_xctestrun_runner.template.sh +++ b/apple/testing/default_runner/ios_xctestrun_runner.template.sh @@ -80,6 +80,9 @@ else unzip -qq -d "${test_tmp_dir}" "${test_bundle_path}" fi +# Delta update won't update the binary if it has the same timestamp +touch "$test_bundle_binary" + build_for_device=false test_execution_platform="iPhoneSimulator.platform" if [[ -n "$device_id" ]]; then