[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Fri Feb 5 22:45:05 MST 2010


The branch, master has been updated
       via  5bb89bc... s4-ldb: fixed api.py selftest
      from  fac6d52... Remove now unused variable. Jeremy.

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


- Log -----------------------------------------------------------------
commit 5bb89bc47cbba73c732ea6873b72849e9f239503
Author: Andrew Tridgell <tridge at samba.org>
Date:   Sat Feb 6 14:26:22 2010 +1100

    s4-ldb: fixed api.py selftest
    
    subunitrun seemed to be calling a test from its own source, instead of
    the samba test. Fix this by calling the test directly.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh
index dd5ffe2..904f148 100755
--- a/source4/selftest/tests.sh
+++ b/source4/selftest/tests.sh
@@ -436,7 +436,7 @@ then
 fi
 
 SUBUNITRUN="$VALGRIND $PYTHON $samba4srcdir/scripting/bin/subunitrun"
-plantest "ldb.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/" $SUBUNITRUN api
+plantest "ldb.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/" $PYTHON $samba4srcdir/lib/ldb/tests/python/api.py
 plantest "credentials.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/auth/credentials/tests" $SUBUNITRUN bindings
 plantest "gensec.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/auth/gensec/tests" $SUBUNITRUN bindings
 plantest "registry.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/registry/tests/" $SUBUNITRUN bindings


-- 
Samba Shared Repository


More information about the samba-cvs mailing list