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

metze at samba.org metze at samba.org
Thu Jun 9 08:14:58 GMT 2005


Author: metze
Date: 2005-06-09 08:14:57 +0000 (Thu, 09 Jun 2005)
New Revision: 7427

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

Log:
disable torture progress outout from the build farm

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-09 08:12:20 UTC (rev 7426)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-09 08:14:57 UTC (rev 7427)
@@ -45,6 +45,9 @@
 EOF
 
 ADDARG="-s $CONFFILE"
+if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then
+	ADDARGS="$ADDARGS --option=\"torture:progress=no\""
+fi
 
 rm -f $PREFIX/smbd_test.fifo
 mkfifo $PREFIX/smbd_test.fifo



More information about the samba-cvs mailing list