Andy Lester wrote:
Maybe it's just my system that's being butt slow on it. Anyone else
getting times like this?
--
On my Linux Virtual Machine:
[li11-226:parrot] 503 $ time perl t/codingstd/perlcritic.t
# Perl::Critic::Bangs not installed: not testing for TODO items in code
1..9
ok 1 - CodeLayout::ProhibitDuplicateCoda
ok 2 - CodeLayout::ProhibitHardTabs
ok 3 - CodeLayout::ProhibitTrailingWhitespace
ok 4 - CodeLayout::UseParrotCoda
ok 5 - TestingAndDebugging::MisplacedShebang
ok 6 - TestingAndDebugging::ProhibitShebangWarningsArg
ok 7 - TestingAndDebugging::RequirePortableShebang
ok 8 - TestingAndDebugging::RequireUseStrict
ok 9 - TestingAndDebugging::RequireUseWarnings
real 0m45.128s
user 0m33.120s
sys 0m0.030s
On my iBook G4:
[parrot] 505 $ time perl t/codingstd/perlcritic.t
# Perl::Critic::Bangs not installed: not testing for TODO items in code
# Using tools/util/perltidy.conf for Perl::Tidy settings
1..9
ok 1 - CodeLayout::ProhibitDuplicateCoda
ok 2 - CodeLayout::ProhibitHardTabs
ok 3 - CodeLayout::ProhibitTrailingWhitespace
ok 4 - CodeLayout::UseParrotCoda
ok 5 - TestingAndDebugging::MisplacedShebang
ok 6 - TestingAndDebugging::ProhibitShebangWarningsArg
ok 7 - TestingAndDebugging::RequirePortableShebang
ok 8 - TestingAndDebugging::RequireUseStrict
ok 9 - TestingAndDebugging::RequireUseWarnings
real 3m6.533s
user 2m36.992s
sys 0m3.880s
I think it's mostly your box. However, I agree that to spend >1 minute
with no message on STDOUT is annoying ... and moreso if that's at the
end of a long 'make test' suite.
kid51