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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed May 6 00:59:53 UTC 2009


Author: jkeenan
Date: Wed May  6 00:59:52 2009
New Revision: 38498
URL: https://trac.parrot.org/parrot/changeset/38498

Log:
Apply patch submitted by Michael Peters for http://rt.perl.org/rt3/Ticket/Display.html?id=59978 re revision number in smolder report summary.

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

Modified: trunk/lib/Parrot/Harness/Smoke.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Smoke.pm	Tue May  5 22:33:00 2009	(r38497)
+++ trunk/lib/Parrot/Harness/Smoke.pm	Wed May  6 00:59:52 2009	(r38498)
@@ -131,6 +131,7 @@
             password     => $SMOLDER_CONFIG{password},
             tags         => $tags,
             report_file  => $report_file,
+            revision     => $PConfig{revision},
         ]
     );
 
@@ -191,7 +192,6 @@
         'Optimize'     => ($PConfig{optimize} || 'none'),
         'Perl Version' => (sprintf('%vd', $^V) . " $PConfig{archname}"),
         'Platform'     => $PConfig{osname},
-        'SVN Revision' => $PConfig{revision},
         'Version'      => $PConfig{VERSION},
         'Submitter'    => $ENV{"SMOLDER_SUBMITTER"} || "$me\@$domain"
     );


More information about the parrot-commits mailing list