gozer 2004/09/21 17:18:14
Modified:lib/ModPerl TestRun.pm
Log:
Propagate the value of httpd from Apache::Build to Apache::TestConfig
so that t/TEST can find it during static builds
Reviewed by: stas
Revision ChangesPath
1.22 +8 -0 modperl-2.0/lib/ModPerl/
stas2004/02/23 18:28:52
Modified:lib/ModPerl TestRun.pm
Log:
my smoke keeps on timing out on startup with worker :( bump up the default
to 5 minutes.
Revision ChangesPath
1.18 +1 -1 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
==
stas2004/01/28 11:26:41
Modified:lib/ModPerl TestRun.pm
Log:
can't call Apache::Build->build_config->mpm_is_threaded at compile time,
since ModPerl::TestRun is loaded also during mp2 build, when build_config
is not ready yet. postpone this call untill it's needed.
Revisi
stas2003/11/05 01:52:18
Modified:.Makefile.PL Changes
ModPerl-Registry/t TEST.PL
lib/ModPerl TestRun.pm
Log:
When 'make test' fails we now print the info on what to do next
Revision ChangesPath
1.129 +2 -2 modperl-2.0/Mak
stas2003/08/27 10:19:13
Modified:lib/ModPerl TestRun.pm
Log:
oops, fix: s/should_load_module/should_skip_module/
Submitted by: mike chamberlain <[EMAIL PROTECTED]>
Revision ChangesPath
1.12 +1 -1 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
stas2003/08/26 15:19:19
Modified:lib/ModPerl TestRun.pm
Log:
s/should_load_module/should_skip_module/ has been done back in January
Revision ChangesPath
1.10 +3 -4 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
==
stas2003/08/26 15:17:57
Modified:lib/ModPerl TestRun.pm
Log:
we running 5.6.1, can rely on the base pragma
Revision ChangesPath
1.9 +4 -3 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
===