Skip to content

Commit

Permalink
Fixes #225
Browse files Browse the repository at this point in the history
trace-pc-guard is enabled everywhere, so this is unneeded.
  • Loading branch information
inferno-chromium authored Feb 2, 2017
1 parent 73c431c commit 5c344e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def coverage(run_args):
'-v', '%s:/out' % os.path.join(BUILD_DIR, 'out', args.project_name),
'-v', '%s:/cov' % temp_dir,
'-w', '/cov',
'-e', 'ASAN_OPTIONS=coverage=1',
'-t', 'ossfuzz/base-runner',
'/out/%s' % args.fuzzer_name,
'-dump_coverage=1',
Expand Down

0 comments on commit 5c344e9

Please sign in to comment.