[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-67-gfe8cf69

Michael Adam obnox at samba.org
Thu Feb 26 20:31:21 GMT 2009


The branch, master has been updated
       via  fe8cf69ec644f399d4b41c21b74703e0e500e092 (commit)
      from  3121249243f52dcbf8083f5ff137bd580515efa7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fe8cf69ec644f399d4b41c21b74703e0e500e092
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Feb 26 16:32:57 2009 +0100

    don't hardcode python path
    
    Signed-off-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source4/selftest/tests.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh
index 36e3bbe..99e530e 100755
--- a/source4/selftest/tests.sh
+++ b/source4/selftest/tests.sh
@@ -23,6 +23,11 @@ then
 	PERL=perl
 fi
 
+if [ ! -n "$PYTHON" ]
+then
+	PYTHON=python
+fi
+
 plantest() {
 	name=$1
 	env=$2
@@ -394,7 +399,6 @@ then
 	plantest "nss.test using winbind" member $VALGRIND $nsstest4 $samba4bindir/shared/libnss_winbind.so
 fi
 
-PYTHON=/usr/bin/python
 SUBUNITRUN="$VALGRIND $PYTHON $samba4srcdir/scripting/bin/subunitrun"
 plantest "ldb.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/" $SUBUNITRUN api
 plantest "credentials.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/auth/credentials/tests" $SUBUNITRUN bindings


-- 
Samba Shared Repository


More information about the samba-cvs mailing list