You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/12/10 03:13:50 UTC

svn commit: r355694 - /spamassassin/trunk/build/automc/run_preflight

Author: jm
Date: Fri Dec  9 18:13:47 2005
New Revision: 355694

URL: http://svn.apache.org/viewcvs?rev=355694&view=rev
Log:
ensure bbmass mass-checks produce lots of output, to stop the buildbot from timing out mc-slowest

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=355694&r1=355693&r2=355694&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Fri Dec  9 18:13:47 2005
@@ -61,11 +61,13 @@
 #
 # this is run in a chroot jail, just in case there's hostile rule code in
 # there. limit to the most recent 30k messages of each type, as the corpora are
-# getting big.  and de-encapsulate 'report_safe' messages from
-# petuniapress.com.
+# getting big.  de-encapsulate 'report_safe' messages from
+# petuniapress.com.  produce lots of noisy output to stop the buildbot from
+# timing out on mass-checks of large corpora.
 
 run "/local/bbmasstools/masschroot $perl ".
-    "mass-check -c=tstrules --tail=30000 --cache --progress -j=1 ".
+    "mass-check -c=tstrules --tail=30000 --cache -j=1 ".
+    "--noisy --showdots ".
     "--deencap='petuniapress.com' ".
     "-f $targets";