Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ def reproduce_impl( # pylint: disable=too-many-arguments
fuzzer_name,
'-runs=100',
] + fuzzer_args
return run_function(run_args, err_result)
return run_function(run_args, architecture=architecture)


def _validate_project_name(project_name):
Expand Down
Loading