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

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


Author: zev
Date: Fri Jun 23 17:34:29 2006
New Revision: 5437

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

Log:
 r4251 at galvatron (orig r18):  zev | 2006-06-21 17:44:03 -0400
  r4249 at galvatron:  zev | 2006-06-21 17:30:22 -0400
  some more output
 


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:34:29 2006
@@ -48,7 +48,8 @@
       $config->{$project}->{revision} = $revision;
 
       checkout_project($config->{$project}, $revision);
-    
+
+      print "running tests for $project\n";
       my $start_time = time;
       my $model = Test::TAP::Model::Visual->new_with_tests(glob("t/*.t t/*/t/*.t"));
       my $duration = time - $start_time;


More information about the Rt-commit mailing list