Skip to content

Commit

Permalink
Run test-substitutions with booster-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 5, 2024
1 parent adfbab1 commit 22162c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/booster-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ for dir in $(ls -d test-*); do
name=${dir##test-}
echo "Running $name..."
case "$name" in
"a-to-f" | "diamond")
"a-to-f" | "diamond" | "substitutions")
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
;;
"substitutions" | "vacuous" | "pathological-add-module")
"vacuous" | "pathological-add-module")
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name $@
;;
Expand Down

0 comments on commit 22162c0

Please sign in to comment.