From daf96bffb3933127ffe6f1e6e538cfdf694a9aa3 Mon Sep 17 00:00:00 2001 From: Nikhil Simha Date: Fri, 14 Jan 2022 10:59:29 -0500 Subject: [PATCH] Update development.md Fixed doc for how to test --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index f4805f4cd..9f834f9ea 100644 --- a/docs/development.md +++ b/docs/development.md @@ -35,7 +35,7 @@ cd multus-cni Multus has go unit tests (based on ginkgo framework).The following commands drive CI tests manually in your environment: ``` -sudo ./scripts/test.sh +sudo ./hack/test-go.sh ``` ## What are the best practices for logging?