test: fix: use of undeclared variable

This commit is contained in:
Jędrzej Boczar 2020-02-11 12:13:37 +01:00
parent ff435fd26e
commit e16118abfd
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ def run_single_benchmark(func_args):
# exit if checker had any read error
if result.checker_errors != 0:
raise RuntimeError('Error during benchmark: checker_errors = {}, args = {}'.format(
result.checker_errors, args
result.checker_errors, config.as_args()
))
except Exception as e:
if ignore_failures: