Skip to content

Commit d0f8ee7

Browse files
committed
Adjust path to extracted grcov
Changed since mozilla-central revision 34ab60552eafeca2e94a759261f121d5844b334b, probably due to https://bugzilla.mozilla.org/show_bug.cgi?id=1809351.
1 parent 3ed937d commit d0f8ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/firefox_code_coverage/codecoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def download_grcov():
302302
os.remove(archive)
303303

304304
# Get version from grcov binary
305-
grcov = os.path.join(dest, "grcov")
305+
grcov = os.path.join(dest, "grcov", "grcov")
306306
assert os.path.exists(grcov), "Missing grcov binary"
307307
version = subprocess.check_output([grcov, "--version"]).decode("utf-8")
308308

0 commit comments

Comments
 (0)