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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed Oct 21 20:27:34 UTC 2009


Author: darbelo
Date: Wed Oct 21 20:27:34 2009
New Revision: 41991
URL: https://trac.parrot.org/parrot/changeset/41991

Log:
Update the test harness Usage(). cotto++ for pointing it out.

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

Modified: trunk/lib/Parrot/Harness/Options.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Options.pm	Wed Oct 21 20:20:56 2009	(r41990)
+++ trunk/lib/Parrot/Harness/Options.pm	Wed Oct 21 20:27:34 2009	(r41991)
@@ -114,12 +114,13 @@
 perl t/harness [options] [testfiles]
     -w         ... warnings on
     -g         ... run CGoto
-    -j         ... run JIT
     -C         ... run CGP
     -S         ... run Switched
     -b         ... run bounds checked
     --run-exec ... run exec core
     -f         ... run fast core
+    -j         ... run fast core
+    -r         ... run the compiled pbc
     -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


More information about the parrot-commits mailing list