svn commit: samba r19344 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Mon Oct 16 20:20:04 GMT 2006


Author: metze
Date: 2006-10-16 20:20:03 +0000 (Mon, 16 Oct 2006)
New Revision: 19344

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19344

Log:
run smbclient and cifsdd under valgrind and pass the correct configuration
to get useful backtraces in the build-farm

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh
   branches/SAMBA_4_0/source/script/tests/test_smbclient.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-10-16 20:05:19 UTC (rev 19343)
+++ branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-10-16 20:20:03 UTC (rev 19344)
@@ -29,7 +29,7 @@
 	message="$1"
 	shift
 	
-	testit "$message" $DD --debuglevel=$DEBUGLEVEL -W "$DOMAIN" -U "$USERNAME"%"$PASSWORD" \
+	testit "$message" $VALGRIND $DD $CONFIGURATION --debuglevel=$DEBUGLEVEL -W "$DOMAIN" -U "$USERNAME"%"$PASSWORD" \
 	    "$@"
 }
 

Modified: branches/SAMBA_4_0/source/script/tests/test_smbclient.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_smbclient.sh	2006-10-16 20:05:19 UTC (rev 19343)
+++ branches/SAMBA_4_0/source/script/tests/test_smbclient.sh	2006-10-16 20:20:03 UTC (rev 19344)
@@ -18,7 +18,7 @@
 runcmd() {
 	name="$1"
 	shift
-	testit "$name" bin/smbclient //$SERVER/tmp -W "$DOMAIN "-U"$USERNAME"%"$PASSWORD" $@
+	testit "$name" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp -W "$DOMAIN "-U"$USERNAME"%"$PASSWORD" $@
 }
 
 incdir=`dirname $0`



More information about the samba-cvs mailing list