summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-06-11 16:14:28 -0700
committerShentubot <shentubot@google.com>2019-06-11 16:15:39 -0700
commit478a0873e1dfece108703532fa0850ea39487d51 (patch)
tree4027adbb0b0805c00f9d013d5f0e5ea7f9f193bf /README.md
parentfc746efa9ad57a5001a6328c52622adafa1d3ffe (diff)
Explicitly reference workspace root in test command
oh-my-zsh aliases ... to ../.. [1]. Add an explicit reference to workspace root to work around the alias. [1] https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/directories.zsh Fixes #341 PiperOrigin-RevId: 252720590
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba01ffc1e..17a15ad43 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ sudo cp ./bazel-bin/runsc/linux_amd64_pure_stripped/runsc /usr/local/bin
The test suite can be run with Bazel:
```
-bazel test ...
+bazel test //...
```
or in a Docker container: