From bd63528b0bc0ac88a7f5a8290ec952a4c2ac38c5 Mon Sep 17 00:00:00 2001 From: Sho SHIMIZU Date: Fri, 4 Oct 2019 18:26:39 +0900 Subject: [PATCH] contributing doc: revise test script name to run test.sh doesn't exists now as it was separated into two OS-specific scripts in 4e1f7802db08570702ebbbc0bfa4b82e3b800a78. Signed-off-by: Sho SHIMIZU --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56a1925..db5402e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ go get github.com/onsi/ginkgo/ginkgo cd /go/src/github.com/containernetworking/plugins # to run the full test suite -./test.sh +./test_linux.sh # to focus on a particular test suite cd plugins/main/loopback