From 8a677b12265503f48cb6f3f494729fb7e5b254c2 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Fri, 22 Aug 2014 21:14:53 -0400 Subject: [PATCH] Rename integration-test and update README --- .travis.yml | 2 +- README.md | 2 +- hack/{integration-test.sh => test-integration.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename hack/{integration-test.sh => test-integration.sh} (100%) diff --git a/.travis.yml b/.travis.yml index 1c8974818eb..4ab92db69db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index 8da27e0734b..8a5174f119a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/hack/integration-test.sh b/hack/test-integration.sh similarity index 100% rename from hack/integration-test.sh rename to hack/test-integration.sh