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 <sho.shimizu@gmail.com>
This commit is contained in:
Sho SHIMIZU 2019-10-04 18:26:39 +09:00
parent d0eeb27494
commit bd63528b0b

View File

@ -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