Skip to content

Commit e2b4bc6

Browse files
committed
Enable test-remainder-predicates
1 parent 1e36256 commit e2b4bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/booster-integration-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for dir in $(ls -d test-*); do
2828
name=${dir##test-}
2929
echo "Running $name..."
3030
case "$name" in
31-
"3934-smt" | "issue3764-vacuous-branch" | "use-path-condition-in-equations" | "remainder-predicates")
31+
"3934-smt" | "issue3764-vacuous-branch" | "use-path-condition-in-equations")
3232
continue
3333
;;
3434
"a-to-f" | "diamond")
@@ -40,7 +40,7 @@ for dir in $(ls -d test-*); do
4040
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
4141
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
4242
;;
43-
"get-model" | "collectiontest" | "implies" | "implies2" | "implies-issue-3941")
43+
"get-model" | "collectiontest" | "implies" | "implies2" | "implies-issue-3941" | "remainder-predicates")
4444
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
4545
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
4646
;;

0 commit comments

Comments
 (0)