projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1035e7c
)
warn on broken threads rather than skipping
Graham Knop [Wed, 17 Sep 2014 08:42:43 +0000 (
04:42
-0400)]
t/threads_check.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/threads_check.pm
b/t/threads_check.pm
index
176258b
..
2d1ebb2
100644
(file)
--- 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";
}
}