Skip to content

Commit 22435f0

Browse files
author
MarcoFalke
committed
Merge #20759: doc: [test] Remove outdated comment in fuzz runner
fa51104 doc: [test] Remove outdated comment in fuzz runner (MarcoFalke) Pull request description: All folders are soft-created with `os.makedirs` ACKs for top commit: RiccardoMasutti: ACK fa51104 Tree-SHA512: 4051688946a205a981bbb005300fe3263495ead26591042b38ae44f4297c7689a613b560052fb5405a62054734d2599cfb0554a37c7b7369fb3a3636743d04a8
2 parents 443988d + fa51104 commit 22435f0

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)