[svn:parrot] r36881 - trunk/lib/Parrot/Harness

coke at svn.parrot.org coke at svn.parrot.org
Thu Feb 19 18:38:55 UTC 2009


Author: coke
Date: Thu Feb 19 18:38:54 2009
New Revision: 36881
URL: https://trac.parrot.org/parrot/changeset/36881

Log:
Update the documentation on t/harness to warn about the -v option.

Modified:
   trunk/lib/Parrot/Harness/Options.pm

Modified: trunk/lib/Parrot/Harness/Options.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Options.pm	Thu Feb 19 18:24:08 2009	(r36880)
+++ trunk/lib/Parrot/Harness/Options.pm	Thu Feb 19 18:38:54 2009	(r36881)
@@ -105,7 +105,8 @@
     -b         ... run bounds checked
     --run-exec ... run exec core
     -f         ... run fast core
-    -v         ... run verbose
+    -v         ... run parrot with -v : This is NOT the same as prove -v
+                   All tests run with this option will probably fail
     -d         ... run debug
     -r         ... assemble to PBC run PBC
     -O[012]    ... optimize


More information about the parrot-commits mailing list