File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ for dir in $(ls -d test-*); do
28
28
name=${dir## test-}
29
29
echo " Running $name ..."
30
30
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" )
32
32
continue
33
33
;;
34
34
" a-to-f" | " diamond" )
@@ -40,7 +40,7 @@ for dir in $(ls -d test-*); do
40
40
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
41
41
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
42
42
;;
43
- " get-model" | " collectiontest" | " implies" | " implies2" | " implies-issue-3941" )
43
+ " get-model" | " collectiontest" | " implies" | " implies2" | " implies-issue-3941" | " remainder-predicates " )
44
44
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
45
45
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
46
46
;;
You can’t perform that action at this time.
0 commit comments