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?