From e6164128930f4d3e203b0a8434ab096895b81d18 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 21 Jul 2013 10:57:11 -0400 Subject: Do not assume the tests run as jenkins Use $HOME instead of "/home/jenkins" in the generated configuration files to let the script be run as a user other than jenkins. Change-Id: I9413591bb4a7d821382eae6dc3edd1df0c41a5e6 --- tools/integration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/integration.sh b/tools/integration.sh index d4fafa5..9f4426c 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -45,7 +45,7 @@ mkdir -p ~/.pip cat < ~/.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 < ~/.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 projectdir=$tmpdir/projects -- cgit v1.2.1