summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-22 03:48:07 +0000
committerGerrit Code Review <review@openstack.org>2013-07-22 03:48:07 +0000
commitacba610089875951273b507e5b1aca77394840bd (patch)
treea547b88b56be1f6389115dae5d44e86341c038e6
parent89961a70a7b8a9d53e247a4965fe9c8cf251cc3f (diff)
parente6164128930f4d3e203b0a8434ab096895b81d18 (diff)
downloadpbr-acba610089875951273b507e5b1aca77394840bd.tar.gz
Merge "Do not assume the tests run as jenkins"
-rw-r--r--tools/integration.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 0780305..1e42aff 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -45,7 +45,7 @@ mkdir -p ~/.pip
cat <<EOF > ~/.pip/pip.conf
[global]
-log = /home/jenkins/pip.log
+log = $HOME/pip.log
EOF
mkvenv $jeepybvenv 'setuptools>=0.7' pip
@@ -87,7 +87,7 @@ cat <<EOF > ~/.pip/pip.conf
[global]
index-url = $pypiurl
extra-index-url = http://pypi.openstack.org/openstack
-log = /home/jenkins/pip.log
+log = $HOME/pip.log
EOF
eptest=$tmpdir/eptest