aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-01-16 13:54:23 -0800
committerGravatar Max Moroz <mmoroz@chromium.org>2020-01-16 13:54:23 -0800
commitdb6b6e7fd224eb70083f89692d6fad170733bee3 (patch)
tree519e6a9dd251ddd6b1eecf4e93633f0edd65f218 /infra/helper.py
parenta69a542680120beede3d53d3f8d97c9dc7e6223c (diff)
[infra] helper: fix regression introducing attribute error when reproducing crashes (#3246)
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 4157afdb..5a3880b5 100755
--- a/infra/helper.py
+++ b/infra/helper.py
@@ -762,7 +762,7 @@ def run_fuzzer(args):
def reproduce(args):
"""Reproduce a specific test case from a specific project."""
return reproduce_impl(args.project_name, args.fuzzer_name, args.valgrind,
- args.env_to_add, args.fuzzer_args, args.testcase_path)
+ args.e, args.fuzzer_args, args.testcase_path)
def reproduce_impl( # pylint: disable=too-many-arguments