diff options
author | Michael Pratt <mpratt@google.com> | 2019-06-11 16:14:28 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-11 16:15:39 -0700 |
commit | 478a0873e1dfece108703532fa0850ea39487d51 (patch) | |
tree | 4027adbb0b0805c00f9d013d5f0e5ea7f9f193bf /README.md | |
parent | fc746efa9ad57a5001a6328c52622adafa1d3ffe (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |