diff --git a/tools/xctest_runner/xctest_runner.sh.template b/tools/xctest_runner/xctest_runner.sh.template index 6453196bb..746c2d0f6 100644 --- a/tools/xctest_runner/xctest_runner.sh.template +++ b/tools/xctest_runner/xctest_runner.sh.template @@ -88,7 +88,7 @@ xcrun llvm-cov \ -instr-profile "$profdata" \ -ignore-filename-regex='.*external/.+' \ -path-equivalence="$ROOT",. \ - "%executable%" \ + "$executable_path" \ @"$COVERAGE_MANIFEST" \ > "$COVERAGE_OUTPUT_FILE" \ 2> "$error_file" \