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 2004/07/09 04:07:18 UTC

svn commit: rev 22744 - spamassassin/trunk

Author: jm
Date: Thu Jul  8 19:07:18 2004
New Revision: 22744

Modified:
   spamassassin/trunk/Makefile.PL
Log:
bug 3528: documentation fix for Makefile.PL prompt on network tests

Modified: spamassassin/trunk/Makefile.PL
==============================================================================
--- spamassassin/trunk/Makefile.PL	(original)
+++ spamassassin/trunk/Makefile.PL	Thu Jul  8 19:07:18 2004
@@ -343,7 +343,8 @@
 
 if (!defined $opt{'run_net_tests'}) {
   $opt{'run_net_tests'} = prompt(
-    "Run network tests (these may fail due to network problems)? (y/n)",
+    "Check network rules during 'make test' (test scripts may fail due to\n".
+    "network problems)? (y/n)",
     'n');
   print "\n";
 }