Fix for running user guide tests (#7136)

This commit is contained in:
lei-tang 2020-04-23 22:31:31 +08:00 committed by GitHub
parent a7107678f5
commit 2dbb4dc02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ You can execute individual tests using Go test as shown below.
```bash
make init
export REPO_ROOT=$(git rev-parse --show-toplevel)
go test ./tests/... -p 1 --istio.test.env kube \
--istio.test.ci --istio.test.work_dir <my_dir>
```