mirror of https://github.com/istio/istio.io.git
Fix for running user guide tests (#7136)
This commit is contained in:
parent
a7107678f5
commit
2dbb4dc02d
|
@ -240,6 +240,7 @@ You can execute individual tests using Go test as shown below.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make init
|
make init
|
||||||
|
export REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||||
go test ./tests/... -p 1 --istio.test.env kube \
|
go test ./tests/... -p 1 --istio.test.env kube \
|
||||||
--istio.test.ci --istio.test.work_dir <my_dir>
|
--istio.test.ci --istio.test.work_dir <my_dir>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue