[Rt-commit] r5433 - in Test-Chimps: trunk/bin

zev at bestpractical.com zev at bestpractical.com
Fri Jun 23 17:34:01 EDT 2006


Author: zev
Date: Fri Jun 23 17:33:59 2006
New Revision: 5433

Modified:
   Test-Chimps/   (props changed)
   Test-Chimps/trunk/bin/poll_and_submit.pl

Log:
 r4210 at galvatron (orig r14):  zev | 2006-06-21 14:59:41 -0400
  r4206 at galvatron:  zev | 2006-06-21 14:43:27 -0400
  added exec bit
 


Modified: Test-Chimps/trunk/bin/poll_and_submit.pl
==============================================================================
--- Test-Chimps/trunk/bin/poll_and_submit.pl	(original)
+++ Test-Chimps/trunk/bin/poll_and_submit.pl	Fri Jun 23 17:33:59 2006
@@ -3,6 +3,7 @@
 use warnings;
 use strict;
 
+use Config;
 use Test::Chimps::Report;
 use Test::Chimps::Client;
 use Test::TAP::Model::Visual;
@@ -65,7 +66,7 @@
     my $report = Test::Smoke::Report->new(model => $model,
                                           extra_data =>
                                           { category => $project,
-                                            subcategory => 'repository snapshot / Linux',
+                                            subcategory => 'repository snapshot / ' . $config{osname},
                                             project => scalar fileparse($config->{$project}->{svn_uri}),
                                             revision => $revision,
                                             author => $author,


More information about the Rt-commit mailing list