aboutsummaryrefslogtreecommitdiff
path: root/infra/helper.py
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-02-16 06:14:53 -0800
committerGitHub <noreply@github.com>2021-02-16 06:14:53 -0800
commita98d7f1ca476de0bec415e08ff48cc9952a2b078 (patch)
treef35985e2884a94054498cd195e75551aa0e71cc4 /infra/helper.py
parent248b4eb7976b9c0eba1cb81bd0970080fd5855a1 (diff)
downloadoss-fuzz-a98d7f1ca476de0bec415e08ff48cc9952a2b078.tar.gz
[base-runner][NFC] Replace test_one with test_one.py (#5179)
Diffstat (limited to 'infra/helper.py')
-rwxr-xr-xinfra/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/helper.py b/infra/helper.py
index 8a0a640c1..6ac03776a 100755
--- a/infra/helper.py
+++ b/infra/helper.py
@@ -632,7 +632,7 @@ def check_build(args):
]
if args.fuzzer_name:
- run_args += ['test_one', os.path.join('/out', args.fuzzer_name)]
+ run_args += ['test_one.py', args.fuzzer_name]
else:
run_args.append('test_all.py')