From ad0378613b44bea53db74fcb26909c2f815458ad Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Fri, 11 Nov 2011 09:53:22 -0800 Subject: [PATCH] fix path --- tools/jenkins/configurations/xs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/configurations/xs.sh b/tools/jenkins/configurations/xs.sh index cfcf0f8..864f949 100755 --- a/tools/jenkins/configurations/xs.sh +++ b/tools/jenkins/configurations/xs.sh @@ -28,7 +28,7 @@ if [ ! -e $XENRC ]; then fi # Move to top of devstack -cd ../.. +cd ../../.. # Use xenrc as the start of our localrc cp $XENRC localrc