aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-01-06 10:48:35 -0800
committerGravatar GitHub <noreply@github.com>2020-01-06 10:48:35 -0800
commit14bdd9332c0ae144dd24c9d09139c55a397f902d (patch)
treeab44dcd7740c7a0409746b3f28037aca14539354 /infra/helper.py
parentc57c6581128fb4e44e0b8fd801857df78d14eab0 (diff)
Make bad_build_check more likely to catch hardcoding /out (#3180)
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 f09c0c1c..7e2d9ec8 100755
--- a/infra/helper.py
+++ b/infra/helper.py
@@ -524,7 +524,7 @@ def check_build(args):
if args.fuzzer_name:
run_args += [
- 'bad_build_check',
+ 'test_one',
os.path.join('/out', args.fuzzer_name)
]
else: