[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Aug 17 09:34:44 MDT 2010


The branch, master has been updated
       via  6566079... s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test run
       via  39f99e7... s4:selftest: run ldapi tests in 'dc:local' environment
      from  38e4172... s4-tests: Added tests for acl checks on search requests

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


- Log -----------------------------------------------------------------
commit 656607943d8028721e2caa6a0d62d769864046e6
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 17 14:22:35 2010 +0200

    s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test run
    
    Otherwise just fill the disks of the build-farm hosts.
    
    metze

commit 39f99e7d53848534c9a78c82b6d22101e1cbf539
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 17 14:18:03 2010 +0200

    s4:selftest: run ldapi tests in 'dc:local' environment
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh
index b34eb02..a649b54 100755
--- a/source4/selftest/tests.sh
+++ b/source4/selftest/tests.sh
@@ -106,16 +106,16 @@ $smb4torture -V
 
 bbdir=../testprogs/blackbox
 
-prefix_abs="$SELFTEST_PREFIX/s4client"
 CONFIGURATION="--configfile=\$SMB_CONF_PATH"
 
-test -d "$prefix_abs" || mkdir "$prefix_abs"
+rm -rf $SELFTEST_PREFIX/s4client
+mkdir -p $SELFTEST_PREFIX/s4client
 
 TORTURE_OPTIONS=""
 TORTURE_OPTIONS="$TORTURE_OPTIONS $CONFIGURATION"
 TORTURE_OPTIONS="$TORTURE_OPTIONS --maximum-runtime=$SELFTEST_MAXTIME"
 TORTURE_OPTIONS="$TORTURE_OPTIONS --target=$SELFTEST_TARGET"
-TORTURE_OPTIONS="$TORTURE_OPTIONS --basedir=$prefix_abs"
+TORTURE_OPTIONS="$TORTURE_OPTIONS --basedir=$SELFTEST_PREFIX/s4client"
 if [ -z "$SELFTEST_VERBOSE" ]; then
 	TORTURE_OPTIONS="$TORTURE_OPTIONS --option=torture:progress=no"
 fi
@@ -142,7 +142,7 @@ if grep ENABLE_GNUTLS.1 $CONFIG_H > /dev/null; then
     done
 fi
 for options in "" "-U\$USERNAME%\$PASSWORD"; do
-    plantestsuite "ldb.ldapi with options $options" dc $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options
+    plantestsuite "ldb.ldapi with options $options" dc:local $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options
 done
 for t in `$smb4torture --list | grep "^LDAP-"`
 do


-- 
Samba Shared Repository


More information about the samba-cvs mailing list