Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC2
Cosimo Streppone <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl,gmane.comp.java.ofbiz.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 09 Feb 2010 22:30:32 +0100, Fred Moyer <[email protected]> wrote: > Please, download, test, and report back on success or failure for this > Apache::Test release candidate. Seems to pass all the tests for me, even if it reports missing modules (?). cosimo@ubuntu:~/src/Apache-Test-1.31-rc2$ make test /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/cosimo/src/Apache-Test-1.31-rc2/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS= \ /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/cosimo/src/Apache-Test-1.31-rc2/t/TEST -bugreport -verbose=0 /usr/sbin/apache2 -d /home/cosimo/src/Apache-Test-1.31-rc2/t -f /home/cosimo/src/Apache-Test-1.31-rc2/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.2.11 (prefork MPM) waiting 60 seconds for server to start: . waiting 60 seconds for server to start: ok (waited 0 secs) server localhost:8529 started t/bad_coding.............ok t/cookies................skipped all skipped: cannot find one of cgi or cgid, cannot find module 'mod_alias.c' t/next_available_port....skipped all skipped: cannot find module 'mod_cgi.c', cannot find module 'mod_cgid.c', cannot find module 'mod_env.c' t/ping...................ok t/redirect...............skipped all skipped: cannot find module 'mod_alias.c' t/request................ok All tests successful, 3 tests skipped. Files=6, Tests=13, 2 wallclock secs ( 2.14 cusr + 0.22 csys = 2.36 CPU) [warning] server localhost:8529 shutdown -- Cosimo