Update development.md

Fixed doc for how to test
This commit is contained in:
Nikhil Simha 2022-01-14 10:59:29 -05:00 committed by GitHub
parent 7a53c910f2
commit daf96bffb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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? ## What are the best practices for logging?