Merge pull request #396 from oshothebig/contributing-doc

contributing doc: revise test script name to run
This commit is contained in:
Dan Williams 2019-10-09 10:21:03 -05:00 committed by GitHub
commit c25c62742b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ go install github.com/containernetworking/cni/cnitool
cd /go/src/github.com/containernetworking/plugins cd /go/src/github.com/containernetworking/plugins
# to run the full test suite # to run the full test suite
./test.sh ./test_linux.sh
# to focus on a particular test suite # to focus on a particular test suite
cd plugins/main/loopback cd plugins/main/loopback