'--no-check-synth-sol' not in all_args and \
'--sygus-rr' not in all_args and \
'--check-synth-sol' not in all_args:
- extra_command_line_args += ['--check-synth-sol']
+ all_args += ['--check-synth-sol']
if ('sat' in expected_output_lines or \
'not_entailed' in expected_output_lines or \
'unknown' in expected_output_lines) and \
if '--no-check-abducts' not in all_args and \
'--check-abducts' not in all_args and \
'get-abduct' in benchmark_content:
- extra_command_line_args += ['--check-abducts']
+ all_args += ['--check-abducts']
# Create a test case for each extra argument
for extra_arg in extra_command_line_args: