From 478a0873e1dfece108703532fa0850ea39487d51 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 11 Jun 2019 16:14:28 -0700 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: