[Rt-devel] 'make test' fails on HTTP::Server::Simple::Mason
Angus Rea
lists at maculosa.com.au
Thu Nov 20 00:54:39 EST 2008
Hi Jason,
I just came across the same problem and stumbled on the answer...
I happened to be checking the log files for the proxy server (which runs
on another server)
and noticed that it contained entries for GET http://localhost:13432
which is the URL used
by the Mason test scripts in t/*.t.
In other words, the test scripts are using the HTTP proxy defined in the
environment variable
http_proxy which it is not required when accessing a 'localhost' server.
So I used the commands to successfully test and install
HTTP-Server-Simple-Mason:
cd /root/.cpan/build/HTTP-Server-Simple-Mason-0.09/
unset http_proxy
make test
make install
Rgds - Angus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20081120/429fa482/attachment.htm
More information about the Rt-devel
mailing list