You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/05/04 13:43:43 UTC

svn commit: r1900553 - /spamassassin/trunk/t/README

Author: hege
Date: Wed May  4 13:43:43 2022
New Revision: 1900553

URL: http://svn.apache.org/viewvc?rev=1900553&view=rev
Log:
Document parallel testing, also as reminder for everyone..

Modified:
    spamassassin/trunk/t/README

Modified: spamassassin/trunk/t/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/README?rev=1900553&r1=1900552&r2=1900553&view=diff
==============================================================================
--- spamassassin/trunk/t/README (original)
+++ spamassassin/trunk/t/README Wed May  4 13:43:43 2022
@@ -16,6 +16,11 @@ that includes the testing step would loo
 See the INSTALL file for details on the build and installation
 process.
 
+For faster testing with multiple CPUs, you can activate parallel processing
+with HARNESS_OPTIONS=j<x>.  For example, this would run 8 tests in parallel:
+
+ make test HARNESS_OPTIONS=j8
+
 Regression Test Options
 -----------------------