summaryrefslogtreecommitdiff
path: root/e2e-node-tests.md
diff options
context:
space:
mode:
authorVishnu kannan <vishnuk@google.com>2016-07-22 17:24:21 -0700
committerVishnu kannan <vishnuk@google.com>2016-07-25 12:21:37 -0700
commitc4cd7ae22101ac96a6b66c368ed7c9c4c6021cb6 (patch)
tree9c5db603b5ba5c633719379f9f0ad4dbb0cebeb5 /e2e-node-tests.md
parentfaf0f87d8186292cd378a370674be6438e9be166 (diff)
Make it possible to run node e2e with GCI via make
Signed-off-by: Vishnu kannan <vishnuk@google.com>
Diffstat (limited to 'e2e-node-tests.md')
-rw-r--r--e2e-node-tests.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md
index 04b82799..b300cddb 100644
--- a/e2e-node-tests.md
+++ b/e2e-node-tests.md
@@ -51,6 +51,7 @@ Why run tests *Locally*? Much faster than running tests Remotely.
Prerequisites:
- [Install etcd](https://github.com/coreos/etcd/releases) on your PATH
- Verify etcd is installed correctly by running `which etcd`
+ - Or make etcd binary available and executable at `/tmp/etcd`
- [Install ginkgo](https://github.com/onsi/ginkgo) on your PATH
- Verify ginkgo is installed correctly by running `which ginkgo`