summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorDeyuan Deng <deyuan.deng@gmail.com>2015-01-10 17:24:20 -0500
committerDeyuan Deng <deyuan.deng@gmail.com>2015-01-11 21:20:49 -0500
commit43612a093e26501be9cbea1150c4bae42925cf51 (patch)
treedec13fb596248240dcd41d39c814368a57d9adab /development.md
parent3c3d2468b90ea9050b40a4ae97eae7b8d8c16c22 (diff)
Doc fixes
Diffstat (limited to 'development.md')
-rw-r--r--development.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/development.md b/development.md
index 2b7476e8..bd18b828 100644
--- a/development.md
+++ b/development.md
@@ -137,6 +137,10 @@ godep go tool cover -html=target/c.out
## Integration tests
You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``.
+```
+cd kubernetes
+hack/test-integration.sh
+```
## End-to-End tests