We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0568 commit 17ed499Copy full SHA for 17ed499
run_reg_test.py
@@ -151,12 +151,9 @@ def vtr_command_main(arg_list, prog=None):
151
for reg_test in args.reg_test:
152
num_func_failures = 0
153
num_qor_failures = 0
154
- if args.parse:
+ if args.parse or args.check_golden:
155
tests_run = True
156
num_qor_failures = parse_single_test(collect_task_list(reg_test))
157
- elif args.check_golden:
158
- tests_run = True
159
- num_qor_failures = parse_single_test(collect_task_list(reg_test), check=True)
160
elif args.create_golden:
161
# Create golden results
162
0 commit comments