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

abartlet at samba.org abartlet at samba.org
Mon Nov 6 10:38:14 GMT 2006


Author: abartlet
Date: 2006-11-06 10:38:13 +0000 (Mon, 06 Nov 2006)
New Revision: 19567

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

Log:
Make it easier to control the debug level in the test scripts, by not
specifying it on the smbd command line.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/test_functions.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-11-06 10:36:31 UTC (rev 19566)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-11-06 10:38:13 UTC (rev 19567)
@@ -23,7 +23,7 @@
 			if [ -z "$SMBD_MAXTIME" ]; then
 			    SMBD_MAXTIME=5400
 			fi
-			$SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -d1 -s $CONFFILE -M single -i --leak-report-full < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1;
+			$SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -s $CONFFILE -M single -i --leak-report-full < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1;
 			ret=$?;
 			rm -f $SMBD_TEST_FIFO;
 			if [ -n "$SOCKET_WRAPPER_DIR" -a -d "$SOCKET_WRAPPER_DIR" ]; then



More information about the samba-cvs mailing list