diff options
Diffstat (limited to 't/UTEST')
-rwxr-xr-x | t/UTEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ TESTING COMPILER -------------------------------------------------------------------------------- EOT + $ENV{PERLCC_TIMEOUT} = 120 + if ($type eq 'compile' && !$ENV{PERLCC_TIMEOUT}); + $bad = 0; $good = 0; $total = @tests; |