[EMAIL PROTECTED] wrote:
joes        2003/06/11 15:59:56

Modified: build test_config.pl
env Makefile.am
Log:
Cleanup env/ test.
Revision Changes Path
1.2 +6 -15 httpd-apreq-2/build/test_config.pl
Index: test_config.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/build/test_config.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test_config.pl 20 May 2003 20:06:03 -0000 1.1
+++ test_config.pl 11 Jun 2003 22:59:56 -0000 1.2
@@ -50,24 +50,15 @@
$Apache::TestTrace::Level = 'debug';
bless my $cfg = Apache::Test->config();
+unless (-d "t/conf") {
+ warn "Creating t/conf directory.";
+ mkdir "t/conf" or die "mkdir 't/conf' failed: $!";
+}

but Apache::Test does that for you, why do you need to create it manually? It just needs to run 't/TEST -conf' or 'make test' like at the top-level.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to