From 1efddc8be232b3e96c01bbdbc730d9369d067e4c Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 8 Nov 2024 14:22:38 -0600 Subject: [PATCH] Fix `ios_xctestrun_runner` not updating binary on delta updates 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