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

tridge at samba.org tridge at samba.org
Mon Jun 13 00:06:41 GMT 2005


Author: tridge
Date: 2005-06-13 00:06:40 +0000 (Mon, 13 Jun 2005)
New Revision: 7513

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

Log:
don't try to write to the smbd log file between tests. zeroing a file
while it is open for writing by another process causes the file to end
up with lots of nulls in it, which messes up the build farm output.

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	2005-06-12 21:18:16 UTC (rev 7512)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-06-13 00:06:40 UTC (rev 7513)
@@ -96,8 +96,6 @@
 		return 1
 	fi
 	
-	smbd_have_test_log && echo "" >$SMBD_TEST_LOG
-
 	( $cmdline > $TEST_LOG 2>&1 )
 	status=$?
 	if [ x"$status" != x"0" ]; then



More information about the samba-cvs mailing list