[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jul 6 12:08:05 MDT 2010


The branch, master has been updated
       via  293d3eb... s3-selftest: add "make testenv" target to Makefile.
      from  a679319... s3:pdb_ldap: change LDAP password before samba password hashes

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


- Log -----------------------------------------------------------------
commit 293d3eb545b04438a13313b06927469f928d6479
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jul 6 19:53:37 2010 +0200

    s3-selftest: add "make testenv" target to Makefile.
    
    Guenther

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

Summary of changes:
 source3/Makefile.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 69f3425..4cfcbbe 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3258,6 +3258,12 @@ selftest:: all torture timelimit
 selftest-%:
 	$(MAKE) selftest TESTS=$*
 
+SELFTEST_TESTENV = dc
+
+testenv:
+	$(MAKE) selftest SELFTEST_TESTENV=$(SELFTEST_TESTENV) TESTS="--testenv"
+
+
 # Check for Winbind struct 32/64bit padding
 test_wbpad:
 	@echo "Testing winbind request/response structure for 32/64bit padding"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list