Fix typos in test/README.md.

Closes #2996.

PiperOrigin-RevId: 316900535
This commit is contained in:
Nicolas Lacasse 2020-06-17 09:11:44 -07:00 committed by gVisor bot
parent dbf786c6b3
commit 6d64028c94
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ also used to run these tests in `kokoro`.
To run image and integration tests, run:
`./scripts/docker_test.sh`
`./scripts/docker_tests.sh`
To run root tests, run:
`./scripts/root_test.sh`
`./scripts/root_tests.sh`
There are a few other interesting variations for image and integration tests: