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/root | |
parent | e02e7e999a65d4cb7784e67de74fb4ffa556b386 (diff) |
Remove unused scripts.
PiperOrigin-RevId: 333408633
Diffstat (limited to 'test/root')
-rw-r--r-- | test/root/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/root/root.go b/test/root/root.go index 0f1d29faf..441fa5e2e 100644 --- a/test/root/root.go +++ b/test/root/root.go @@ -17,5 +17,5 @@ // docker, containerd, and crictl installed. To run these tests from the // project root directory: // -// ./scripts/root_tests.sh +// make root-tests package root |