From e16118abfda93f9cb8b52d2d9d6bee81dd5b61b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Tue, 11 Feb 2020 12:13:37 +0100 Subject: [PATCH] test: fix: use of undeclared variable --- test/run_benchmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_benchmarks.py b/test/run_benchmarks.py index e89a808..2050a88 100755 --- a/test/run_benchmarks.py +++ b/test/run_benchmarks.py @@ -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: