Skip to content

Commit

Permalink
Added exit in the fcgi handler
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 4, 2011
1 parent 7311eb8 commit e9d9aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Plack/Test/Suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ sub run_server_tests {
my $port = shift;
my $app = $class->test_app_handler;
$server->($port, $app);
exit(0); # for Test::TCP
},
port => $server_port,
);
Expand Down

0 comments on commit e9d9aae

Please sign in to comment.