Subject: | test fails |
Building inside some environment without internet access. Tests should
disable themselves in order to provide a great packaging experience. :-)
PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 1 in t/apache.t at line 12
# t/apache.t line 12 is: ok($res->is_success);
# Failed test 2 in t/apache.t at line 13
# t/apache.t line 13 is: ok($res->content =~ /Apache Software Foundation/);
t/apache.t ..
Failed 2/2 subtests
Test Summary Report
-------------------
t/apache.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr
0.05 csys = 0.24 CPU)
Result: FAIL
Failed 1/1 test programs. 2/2 subtests failed.
make: *** [test_dynamic] Error 255