Rename integration-test and update README

pull/6/head
Clayton Coleman 2014-08-22 21:14:53 -04:00
parent 693051c1ca
commit 8a677b1226
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ install:
script:
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh
notifications:
irc: "chat.freenode.net#google-containers"

View File

@ -136,7 +136,7 @@ sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd
```
cd kubernetes
hack/integration-test.sh
hack/test-integration.sh
```
### End-to-End tests