Re: Heads up: Unix::Sudo incoming, it will ask for your password
[email protected] (Serguei Trouchelle)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <[email protected]> |
On 2019-02-07 15:05, David Cantrell wrote:
> The tests will ask for your password, and I would be very grateful if
> you would consider allowing it to run - but please read the source
> first, for both the module and the tests.
>
|
use Test::More;
||plan ||skip_all| |=> ||'Automated testing' if
$ENV{'AUTOMATED_TESTING'}||;|
--
S.T.