summaryrefslogtreecommitdiff
path: root/test/regress/run_regression.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/run_regression.py')
-rwxr-xr-xtest/regress/run_regression.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/run_regression.py b/test/regress/run_regression.py
index 759582afc..59913a9d6 100755
--- a/test/regress/run_regression.py
+++ b/test/regress/run_regression.py
@@ -161,7 +161,6 @@ def run_regression(unsat_cores, proofs, dump, use_skip_return_code, wrapper,
elif benchmark_ext == '.cvc':
pass
elif benchmark_ext == '.p':
- basic_command_line_args.append('--finite-model-find')
status_regex = r'% Status\s*:\s*(Theorem|Unsatisfiable|CounterSatisfiable|Satisfiable)'
status_to_output = lambda s: '% SZS status {} for {}'.format(s, benchmark_filename)
elif benchmark_ext == '.sy':
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback