From: Graham Knop Date: Wed, 17 Sep 2014 08:42:43 +0000 (-0400) Subject: warn on broken threads rather than skipping X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=ec038f2c43a6294e3dd63d2a29b74a4f6cf03c47 warn on broken threads rather than skipping --- diff --git a/t/threads_check.pm b/t/threads_check.pm index 176258b..2d1ebb2 100644 --- a/t/threads_check.pm +++ b/t/threads_check.pm @@ -25,7 +25,7 @@ sub import { _skip "threads.pm not installed"; } elsif (system "$^X", '-Mt::threads_check=create') { - _skip "threads broken on this machine"; + print STDERR "# threads appear broken on this machine\n"; } }