From 251a00e6b4ea3dc7e86cb9ba36d1f6922611c496 Mon Sep 17 00:00:00 2001 From: Peter White Date: Mon, 19 Nov 2018 14:39:39 +0000 Subject: [PATCH] Tweak contributing instructions to clarify how to run tests. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6254ad021..e55bcc46c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,10 +66,12 @@ git clone https://github.com/containernetworking/plugins Next, boot the virtual machine and SSH in to run the tests: ```bash +cd ~/workspace/plugins vagrant up vagrant ssh # you're now in a shell in a virtual machine sudo su +go get github.com/onsi/ginkgo/ginkgo cd /go/src/github.com/containernetworking/plugins # to run the full test suite