Skip to content

Commit

Permalink
just add os.listdir before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 3, 2024
1 parent da5f439 commit 1bcee0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experiment/measurer/run_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def do_coverage_run( # pylint: disable=too-many-locals
expect_zero=False,
kill_children=True,
timeout=MAX_TOTAL_TIME)

logger.info("coverage dir after coverage run %s", os.listdir(coverage_binary_dir))

if result.retcode != 0:
logger.error('Coverage run failed.',
Expand Down

0 comments on commit 1bcee0e

Please sign in to comment.