diff --git a/integration/runner/run.sh b/integration/runner/run.sh index bed1bb2a..9c6a17e5 100755 --- a/integration/runner/run.sh +++ b/integration/runner/run.sh @@ -29,12 +29,9 @@ if ! git diff --name-only origin/master | grep -c -E "*.go|*.sh" &> /dev/null; t exit 0 fi -HOSTS=$@ -export GOPATH="$JENKINS_HOME/workspace/project" -export GOBIN="$GOPATH/bin" - # Build the runner. godep go build github.com/google/cadvisor/integration/runner # Run it. +HOSTS=$@ ./runner --logtostderr $HOSTS