tests/run-perfbench.py: Show error when truth check fails.

pull/1/head
Jim Mussared 2019-10-15 14:13:21 +11:00 committed by Damien George
parent cfd17f4ebe
commit f1882636c0
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ def run_benchmarks(target, param_n, param_m, n_average, test_list):
_, _, result_exp = run_benchmark_on_target(PYTHON_TRUTH, test_script)
if result_out != result_exp:
error = 'FAIL truth'
break
if error is not None:
print(error)