test: fix: use of undeclared variable
This commit is contained in:
parent
ff435fd26e
commit
e16118abfd
|
@ -438,7 +438,7 @@ def run_single_benchmark(func_args):
|
||||||
# exit if checker had any read error
|
# exit if checker had any read error
|
||||||
if result.checker_errors != 0:
|
if result.checker_errors != 0:
|
||||||
raise RuntimeError('Error during benchmark: checker_errors = {}, args = {}'.format(
|
raise RuntimeError('Error during benchmark: checker_errors = {}, args = {}'.format(
|
||||||
result.checker_errors, args
|
result.checker_errors, config.as_args()
|
||||||
))
|
))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if ignore_failures:
|
if ignore_failures:
|
||||||
|
|
Loading…
Reference in New Issue