Skip to content

Commit 22162c0

Browse files
committed
Run test-substitutions with booster-dev
1 parent adfbab1 commit 22162c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/booster-integration-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ for dir in $(ls -d test-*); do
2828
name=${dir##test-}
2929
echo "Running $name..."
3030
case "$name" in
31-
"a-to-f" | "diamond")
31+
"a-to-f" | "diamond" | "substitutions")
3232
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
3333
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
3434
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
3535
;;
36-
"substitutions" | "vacuous" | "pathological-add-module")
36+
"vacuous" | "pathological-add-module")
3737
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
3838
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
3939
;;

0 commit comments

Comments
 (0)