From c4cd7ae22101ac96a6b66c368ed7c9c4c6021cb6 Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Fri, 22 Jul 2016 17:24:21 -0700 Subject: [PATCH] Make it possible to run node e2e with GCI via make Signed-off-by: Vishnu kannan --- e2e-node-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-node-tests.md b/e2e-node-tests.md index 04b827996..b300cddbf 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`