Skip to content

Commit 69ac498

Browse files
committed
prevent all
1 parent 63079cb commit 69ac498

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/multiplexer.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ CMD=$1
1919
LANGUAGE=$2
2020
CLIENT=$3
2121

22+
if [[ $CMD == "./scripts/playground.sh" ]] && [[ $LANGUAGE == "all" ]] || [[ $CLIENT == "all" ]]; then
23+
echo "You cannot use 'all' when running the playground, please specify the language and client"
24+
25+
exit 1
26+
fi
27+
2228
LANGUAGES=()
2329
CLIENTS=()
2430

0 commit comments

Comments
 (0)