Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Fix run-e2e.sh clusterloader script
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed May 12, 2017
1 parent 9dd69de commit d1d312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clusterloader/run-e2e.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set -o errexit
set -o nounset
set -o pipefail

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
CLUSTERLOADER_ROOT=$(dirname "${BASH_SOURCE}")

cd ${KUBE_ROOT}/e2e/ && go test -c -o e2e.test
cd ${CLUSTERLOADER_ROOT}/e2e/ && go test -c -o e2e.test
./e2e.test --host="${KUBE_MASTER_URL}" --ginkgo.v=true --ginkgo.focus="Cluster Loader" --kubeconfig="${HOME}/.kube/config" --viper-config=../config/test

0 comments on commit d1d312f

Please sign in to comment.