chore: remove --home from test-e2e script

This commit is contained in:
Joe Previte 2021-04-02 14:52:01 -07:00
parent 32d0fb0a5e
commit b1ea47c506
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -euo pipefail
main() { main() {
cd "$(dirname "$0")/../.." cd "$(dirname "$0")/../.."
"./release-packages/code-server*-linux-amd64/bin/code-server" --home "$CODE_SERVER_ADDRESS"/healthz & "./release-packages/code-server*-linux-amd64/bin/code-server" &
yarn --frozen-lockfile yarn --frozen-lockfile
yarn test:e2e yarn test:e2e
} }