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

zev at bestpractical.com zev at bestpractical.com
Fri Jun 23 17:32:29 EDT 2006


Author: zev
Date: Fri Jun 23 17:32:25 2006
New Revision: 5422

Added:
   Test-Chimps/trunk/bin/receive_report.pl   (contents, props changed)
Removed:
   Test-Chimps/trunk/t/00-load.t
Modified:
   Test-Chimps/   (props changed)

Log:
 r4186 at galvatron (orig r3):  zev | 2006-06-20 17:58:24 -0400
  r4126 at galvatron:  zev | 2006-06-16 22:45:12 -0400
  oops, forgot the simple receive script
 


Added: Test-Chimps/trunk/bin/receive_report.pl
==============================================================================
--- (empty file)
+++ Test-Chimps/trunk/bin/receive_report.pl	Fri Jun 23 17:32:25 2006
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use lib '/home/zev/bps/Test-Smoke-Report/trunk/lib';
+
+use Test::Smoke::Report::Server;
+
+my $server = Test::Smoke::Report::Server->new(base_dir => '/var/www/bps-smokes');
+
+$server->handle_request;


More information about the Rt-commit mailing list