Skip to content

Commit fa51104

Browse files
author
MarcoFalke
committed
doc: [test] Remove outdated comment in fuzz runner
1 parent 1be6f2d commit fa51104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fuzz/test_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
)
5555
parser.add_argument(
5656
'--m_dir',
57-
help='Merge inputs from this directory into the seed_dir. Needs /target subdirectory.',
57+
help='Merge inputs from this directory into the seed_dir.',
5858
)
5959
parser.add_argument(
6060
'-g',
@@ -210,7 +210,7 @@ def job(command, t):
210210

211211

212212
def merge_inputs(*, fuzz_pool, corpus, test_list, build_dir, merge_dir):
213-
logging.info("Merge the inputs in the passed dir into the seed_dir. Passed dir {}".format(merge_dir))
213+
logging.info("Merge the inputs from the passed dir into the seed_dir. Passed dir {}".format(merge_dir))
214214
jobs = []
215215
for t in test_list:
216216
args = [

0 commit comments

Comments
 (0)