X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-fastcgi.pl;h=715a623fa649c6655c54e328954312c3d8c21b3b;hp=89442f17e905f2b8e131606efad8f701e62cc810;hb=cb1e348badf54b4ceacca793b0baa6312e2a7e5d;hpb=62fdfd9c38f9a41c49841e3de3db9a87a3f33f11 diff --git a/t/optional_apache-fastcgi.pl b/t/optional_apache-fastcgi.pl index 89442f1..715a623 100755 --- a/t/optional_apache-fastcgi.pl +++ b/t/optional_apache-fastcgi.pl @@ -5,7 +5,7 @@ # Note, to get this to run properly, you may need to give it the path to your # httpd.conf: # -# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf t/live_* +# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf use strict; use warnings; @@ -33,11 +33,11 @@ rmtree 't/tmp/TestApp/t'; $ENV{CATALYST_SERVER} = 'http://localhost:8529'; -if ( !-e 't/optional_apache-fastcgi.pl2' ) { +if ( !-e 't/optional_apache-fastcgi.pl' ) { die "ERROR: Please run test from the Catalyst-Runtime directory\n"; } -push @ARGV, glob( 't/live_*' ); +push @ARGV, glob( 't/aggregate/live_*' ); Apache::TestRun->new->run(@ARGV);