Skip to content

Commit

Permalink
Fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
mads-hartmann authored and Simon Emms committed Dec 9, 2022
1 parent f6a2f53 commit 5372a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .werft/ide-integration-tests-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ JETBRAINS_TESTS="$IDE_TESTS_DIR/jetbrains"
VSCODE_TESTS="$IDE_TESTS_DIR/vscode"
SSH_TESTS="$IDE_TESTS_DIR/ssh"

IDE_TEST_LIST=("$SSH_TESTS $VSCODE_TESTS $JETBRAINS_TESTS")
IDE_TEST_LIST=("$SSH_TESTS" "$VSCODE_TESTS" "$JETBRAINS_TESTS")
for TEST_PATH in "${IDE_TEST_LIST[@]}"
do
TEST_NAME=$(basename "${TEST_PATH}")
Expand Down

0 comments on commit 5372a5a

Please sign in to comment.