We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfbab1 commit 22162c0Copy full SHA for 22162c0
scripts/booster-integration-tests.sh
@@ -28,12 +28,12 @@ for dir in $(ls -d test-*); do
28
name=${dir##test-}
29
echo "Running $name..."
30
case "$name" in
31
- "a-to-f" | "diamond")
+ "a-to-f" | "diamond" | "substitutions")
32
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
33
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
34
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
35
;;
36
- "substitutions" | "vacuous" | "pathological-add-module")
+ "vacuous" | "pathological-add-module")
37
38
39
0 commit comments