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
This commit is contained in:
Michael Pratt
2019-06-11 16:15:39 -07:00
committed by Shentubot
parent fc746efa9a
commit 478a0873e1
+1 -1
View File
@@ -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: