Author: rgrjr
Date: Sun Aug 17 19:18:25 2008
New Revision: 30292

Modified:
   trunk/docs/project/release_manager_guide.pod

Log:
[docs] Two minor tweaks:
   + Explain that "make codingstd_tests" may fail, as long as none of
     the "make test" subset do.  chromatic++, kid51++ for feedback.
   + Fix "Sourc0" typo.


Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod        (original)
+++ trunk/docs/project/release_manager_guide.pod        Sun Aug 17 19:18:25 2008
@@ -41,7 +41,7 @@
 F<VERSION>, F<parrot.spec>, F<MANIFEST.generated>, F<META.yml>,
 F<README>.
 
-Note: Sourc0 in parrot.spec might have to be adapted as well.
+Note: C<Source0> in parrot.spec might have to be adapted as well.
 
 Also update the version number, date, and your name in the
 the file: F<docs/parrothist.pod>.
@@ -119,8 +119,11 @@
  $ make world docs html 2>&1 | tee make_world_docs_html.log
  $ make fulltest        2>&1 | tee make_fulltest.log
 
-Note that running 'make fulltest' takes a while and that separate harnesses
-are being run. It is not necessary to quiet all the codingstd tests for a 
release.
+Note that running "make fulltest" takes a while and that separate
+harnesses are being run.  Also, note that "make fulltest" includes
+"make codingstd_tests"; some of these are expected to fail, but the
+subset run by "make test" B<must> pass (see C<@developing_tests> in
+F<lib/Parrot/Harness/DefaultTests.pm>).
 
 =back
 

Reply via email to