diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-09-23 17:36:13 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-23 17:38:02 -0700 |
commit | fc1bf0d75618441923a27d2d4ecb3df6fbd0ff96 (patch) | |
tree | 18b6928978125ee2b7c72e9ace70a2b45473f3ed /test/README.md | |
parent | e02e7e999a65d4cb7784e67de74fb4ffa556b386 (diff) |
Remove unused scripts.
PiperOrigin-RevId: 333408633
Diffstat (limited to 'test/README.md')
-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 02bbf42ff..15b0f4c33 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_tests.sh` +`make docker-tests` To run root tests, run: -`./scripts/root_tests.sh` +`make root-tests` There are a few other interesting variations for image and integration tests: |