diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-06-17 09:11:44 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-17 09:13:09 -0700 |
commit | 6d64028c941e5ba96132b255a70b18311e0a5475 (patch) | |
tree | 4a9174854704abd8f4f84e5acc9559b974f53582 /test | |
parent | dbf786c6b33d7ee58477b1ade35f39910fb2c654 (diff) |
Fix typos in test/README.md.
Closes #2996.
PiperOrigin-RevId: 316900535
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index 97fe7ea04..02bbf42ff 100644 --- a/test/README.md +++ b/test/README.md @@ -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: |