Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 3, 2024
1 parent 1bcee0e commit 579bfc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experiment/measurer/run_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def do_coverage_run( # pylint: disable=too-many-locals
"""Does a coverage run of |coverage_binary| on |new_units_dir|. Writes
the result to |profraw_file_pattern|."""
with tempfile.TemporaryDirectory() as merge_dir:
logger.info("coverage binary exists?: %s", os.path.exists(os.path.abspath(coverage_binary)))
command = [
coverage_binary, '-merge=1', '-dump_coverage=1',
f'-artifact_prefix={crashes_dir}/', f'-timeout={UNIT_TIMEOUT}',
Expand Down

0 comments on commit 579bfc1

Please sign in to comment.