Change in vdsm[master]: Fix the broken PYTHONPATH

shuming at linux.vnet.ibm.com shuming at linux.vnet.ibm.com
Thu Feb 28 08:06:34 UTC 2013


Shu Ming has uploaded a new change for review.

Change subject: Fix the broken PYTHONPATH
......................................................................

Fix the broken PYTHONPATH

@builddir@/vdsm is a non-exsiting path

Change-Id: I438936a7eb98206426a15aa0a751a22060b9c895
Signed-off-by: Shu Ming <shuming at linux.vnet.ibm.com>
---
M tests/run_tests_local.sh.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/09/12509/1

diff --git a/tests/run_tests_local.sh.in b/tests/run_tests_local.sh.in
index 445cdd8..81e46b4 100644
--- a/tests/run_tests_local.sh.in
+++ b/tests/run_tests_local.sh.in
@@ -3,4 +3,4 @@
     PYTHON_EXE="@PYTHON@"
 fi
 
-PYTHONDONTWRITEBYTECODE=1 LC_ALL=C PYTHONPATH="@builddir@/vdsm:@top_srcdir@:@top_srcdir@/vdsm:@top_srcdir@/vdsm_cli:@top_srcdir@/vdsm_api:$PYTHONPATH" "$PYTHON_EXE" @top_srcdir@/tests/testrunner.py --local-modules $@
+PYTHONDONTWRITEBYTECODE=1 LC_ALL=C PYTHONPATH="@top_srcdir@:@top_srcdir@/vdsm:@top_srcdir@/vdsm_cli:@top_srcdir@/vdsm_api:$PYTHONPATH" "$PYTHON_EXE" @top_srcdir@/tests/testrunner.py --local-modules $@


--
To view, visit http://gerrit.ovirt.org/12509
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I438936a7eb98206426a15aa0a751a22060b9c895
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shu Ming <shuming at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list