[Catalyst-commits] r11778 - Catalyst-Runtime/5.80/trunk/t/author

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Fri Nov 6 17:13:28 GMT 2009


Author: dhoss
Date: 2009-11-06 17:13:27 +0000 (Fri, 06 Nov 2009)
New Revision: 11778

Modified:
   Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t
Log:
fixed options passed to devel server so that author tests pass

Modified: Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t	2009-11-06 17:12:25 UTC (rev 11777)
+++ Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t	2009-11-06 17:13:27 UTC (rev 11778)
@@ -32,7 +32,7 @@
 # spawn the standalone HTTP server
 my $port = 30000 + int rand(1 + 10000);
 my @cmd = ($^X, "-I$FindBin::Bin/../../lib",
-  "$FindBin::Bin/../../t/tmp/TestApp/script/testapp_server.pl", '-port', $port );
+  "$FindBin::Bin/../../t/tmp/TestApp/script/testapp_server.pl", '-l', $port );
 my $pid = open3( undef, my $server, undef, @cmd)
     or die "Unable to spawn standalone HTTP server: $!";
 




More information about the Catalyst-commits mailing list