[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-895-g60f2eb4

Jelmer Vernooij jelmer at samba.org
Mon Feb 18 22:28:31 GMT 2008


The branch, v4-0-test has been updated
       via  60f2eb404628f9903bbb839a9aaead89c7a5736f (commit)
      from  dd854adc7a203f18228195a080bfa8075b0cd170 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 60f2eb404628f9903bbb839a9aaead89c7a5736f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Feb 18 23:27:55 2008 +0100

    Fix local tests.

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

Summary of changes:
 source/selftest/samba4_tests.sh |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/selftest/samba4_tests.sh b/source/selftest/samba4_tests.sh
index d86c464..6beff6f 100755
--- a/source/selftest/samba4_tests.sh
+++ b/source/selftest/samba4_tests.sh
@@ -50,8 +50,9 @@ plansmbtorturetest() {
 	name=$1
 	env=$2
 	shift 2
+	other_args="$*"
 	modname=`normalize_testname $name`
-	cmdline="$VALGRIND $smb4torture $* $name"
+	cmdline="$VALGRIND $smb4torture $other_args $name"
 	plantest "$modname" "$env" $cmdline
 }
 
@@ -236,7 +237,7 @@ done
 # Local tests
 
 for t in `$smb4torture --list | grep "^LOCAL-" | xargs`; do
-	plansmbtorturetest "$t" none $VALGRIND $smb4torture ncalrpc: "$*"
+	plansmbtorturetest "$t" none ncalrpc: "$*"
 done
 
 if test -f $samba4bindir/tdbtorture


-- 
Samba Shared Repository


More information about the samba-cvs mailing list