Skip to content

Commit 31b8261

Browse files
committed
[debug] print pass for failed tests
1 parent 6e5a814 commit 31b8261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/python_libs/vtr/parse_vtr_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def check_two_files(
463463
)
464464
)
465465
first_fail = False
466-
print("[Fail]\n{}/{}/{} {} {}".format(arch, circuit, script_params, metric, reason))
466+
print("[Fail]\n{}/{}/{} {} {} - golden file path: {} task file path: {}".format(arch, circuit, script_params, metric, reason, second_results_filepath, first_results_filepath))
467467
num_qor_failures += 1
468468
return num_qor_failures
469469

0 commit comments

Comments
 (0)