diff --git a/tests/README.md b/tests/README.md index 112d5e0410..cd7359000a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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 ```