mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Rename integration-test and update README
This commit is contained in:
parent
693051c1ca
commit
8a677b1226
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user