On Fri Oct 02 03:03:09 2015, SALVA wrote:
Show quoted text> This is a duplicate of bug #87803
> (
https://rt.cpan.org/Ticket/Display.html?id=87803).
>
> But anyway, the tests have a timeout. If the connection is not
> established in 15 seconds they are entirely skipped. Isn't that
> timeout working for you?
Apparently the previous time I have stopped the process before the timeout. It worked now. So this is less of an issue now. (Actually when I first saw that prompt I thought it wants to install something as root.)
So I still think this should be skipped by default and only enabled if the user asked for it.
I figured out that one could use prompt() in Makefile.PL to ask the user
my $test_pw = prompt("Shall I test with password? [y|N]", 'n');
but I have not figured out yet, how to pass this information to the tests.
e.g. How to set an environment variable in Makefile.PL that will be seen during the "make test" phase.