Author: randyk
Date: Thu Feb 17 21:02:40 2005
New Revision: 154236
URL: http://svn.apache.org/viewcvs?view=rev&rev=154236
Log:
add cleanup in module/t/
Modified:
httpd/apreq/branches/multi-env-unstable/win32/Configure.pl
Modified: httpd/apreq/branches/multi-env-unstable/win32/Configure.pl
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/win32/Configure.pl?view=diff&r1=154235&r2=154236
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/win32/Configure.pl (original)
+++ httpd/apreq/branches/multi-env-unstable/win32/Configure.pl Thu Feb 17
21:02:40 2005
@@ -110,7 +110,7 @@
END
$clean .= << 'END';
cd $(APREQ_ENV)
- $(PERL) t\TEST.PL -clean
+ $(PERL) module\t\TEST.PL -clean
cd $(APREQ_HOME)
END
}