You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/fuzz/test_runner.py
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,6 @@ def main():
29
29
default="INFO",
30
30
help="log events at this level and higher to the console. Can be set to DEBUG, INFO, WARNING, ERROR or CRITICAL. Passing --loglevel DEBUG will output all logs to console.",
31
31
)
32
-
parser.add_argument(
33
-
'--export_coverage',
34
-
action='store_true',
35
-
help='If true, export coverage information to files in the seed corpus',
0 commit comments