You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vtr_flow/scripts/parse_vtr_task.pl
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,15 @@
130
130
exit$num_golden_failures;
131
131
132
132
subparse_single_task {
133
+
# This routine can operate in a few different ways":
134
+
# Parse a result file and compare it to a golen (prior) result. This is the default functionality
135
+
# Parse two result files and check equivelence if a second file is provided in the config file. This option disables the comparison to the golden results.
136
+
# Optionally, in conjunction with either of the two above options, a qor_parse_file can be provided in the config file and also be compared to the first parsed result file
0 commit comments