summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjay vyas <jvyas@vmware.com>2021-03-02 13:12:56 -0500
committerGitHub <noreply@github.com>2021-03-02 13:12:56 -0500
commitbd01542e1033180de04e669eb3cc6cc229752206 (patch)
treef25e4f167379f95b0a5575d1e95eacef7b2ac403
parent4c9ef2d135294355e7ca33ec7a5e01d31438df12 (diff)
Update CONTRIBUTING.md
-rw-r--r--sig-windows/CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/sig-windows/CONTRIBUTING.md b/sig-windows/CONTRIBUTING.md
index a018c820..8af4836c 100644
--- a/sig-windows/CONTRIBUTING.md
+++ b/sig-windows/CONTRIBUTING.md
@@ -83,7 +83,9 @@ If you modifying an API in the SIG-Windows codebase, make sure you are aware of
## Running Tests
-For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows).
+For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows).
+
+Specifically, you need to build the e2e test binary, using https://github.com/kubernetes-sigs/windows-testing/blob/master/README.md#how-do-i-build-the-e2etest-binary, in order to run these tests.
## Troubleshooting