summaryrefslogtreecommitdiff
path: root/test/regress/run_regression.py
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-07-30 02:36:58 -0500
committerGitHub <noreply@github.com>2019-07-30 02:36:58 -0500
commit943a4781526e5d5e9ca943a0955f30fbb9f7ba61 (patch)
tree32579ebef6aa7c05458200f52c734f522b3f1b80 /test/regress/run_regression.py
parentf71a719b8000e901af141a326ac12bce59a6153d (diff)
Remove hard coded option for TPTP regressions in run_regression (#3128)
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