Merge pull request #1112 from vishh/jenkins-e2e

Fix integration test script.
This commit is contained in:
Phillip Wittrock 2016-02-11 15:27:17 -08:00
commit 8c70b2aed9

View File

@ -16,7 +16,7 @@
if [[ -n "${JENKINS_HOME}" ]]
then
exec ./jenkins_e2e.sh
exec ./build/jenkins_e2e.sh
fi
echo ">> starting cAdvisor locally"
sudo ./cadvisor &