Skip to content

Commit 97945b5

Browse files
committed
Fix both-regression baseline solver invocation
1 parent b2c49c8 commit 97945b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/regress/run_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ strip_solver_mode_flags() {
194194

195195
if [ "$binary" = yices_smt2 ] && [[ "$test_file" == *"/both/"* ]]; then
196196
options=$(strip_solver_mode_flags "$options")
197-
test_string="$test_file [ $options --mcsat ] [ $options --dpllt ]"
197+
test_string="$test_file [ $options --mcsat ] [ $options ]"
198198

199199
outfile2=$($mktemp_cmd) || { echo "Can't create temp file" ; rm -f "$timefile" "$outfile" ; exit 3 ; }
200200
timefile2=$($mktemp_cmd) || { echo "Can't create temp file" ; rm -f "$timefile" "$outfile" "$outfile2" ; exit 3 ; }
@@ -205,7 +205,7 @@ if [ "$binary" = yices_smt2 ] && [[ "$test_file" == *"/both/"* ]]; then
205205
diff_mcsat=$(diff -w "$outfile" "$gold")
206206
diff_status_mcsat=$?
207207

208-
run_solver_once "$options --dpllt" "$outfile2" "$timefile2"
208+
run_solver_once "$options" "$outfile2" "$timefile2"
209209
status_dpllt=$?
210210
runtime_dpllt=$(cat "$timefile2")
211211
diff_dpllt=$(diff -w "$outfile2" "$gold")

0 commit comments

Comments
 (0)