Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 20, 2019
1 parent 56f705c commit 7de41e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/kubernetes-helm/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ checkExtension() {
checkMultiple "$1" 1 "[ -d ""$HOME/.vscode-server/extensions/$1*"" ]" "[ -d ""$HOME/.vscode-server-insiders/extensions/$1*"" ]" "[ -d ""$HOME/.vscode-test-server/extensions/$1*"" ]"
}

# Source .bashrc with the SYNC_LOCALHOST_KUBECONFIG set
SYNC_LOCALHOST_KUBECONFIG=true source $HOME/.bashrc

# Actual tests
checkMultiple "vscode-server" 1 "[ -d ""$HOME/.vscode-server/bin"" ]" "[ -d ""$HOME/.vscode-server-insiders/bin"" ]" "[ -d ""$HOME/.vscode-test-server/bin"" ]"
checkExtension "ms-azuretools.vscode-docker"
Expand Down

0 comments on commit 7de41e5

Please sign in to comment.