projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b7955c4
)
Flush directly to avoid erros when running from test harness
Artur Bergman [Wed, 1 May 2002 13:40:58 +0000 (13:40 +0000)]
p4raw-id: //depot/perl@16307
ext/threads/shared/t/cond.t
patch
|
blob
|
blame
|
history
ext/threads/shared/t/queue.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/shared/t/cond.t
b/ext/threads/shared/t/cond.t
index
c143c02
..
b757fb5
100644
(file)
--- a/
ext/threads/shared/t/cond.t
+++ b/
ext/threads/shared/t/cond.t
@@
-7,6
+7,7
@@
BEGIN {
exit 0;
}
}
+$|++;
print "1..5\n";
use strict;
diff --git
a/ext/threads/shared/t/queue.t
b/ext/threads/shared/t/queue.t
index
01a1b5a
..
fc62da1
100644
(file)
--- a/
ext/threads/shared/t/queue.t
+++ b/
ext/threads/shared/t/queue.t
@@
-15,7
+15,7
@@
use threads;
use threads::queue;
$q = new threads::shared::queue;
-
+$|++;
print "1..26\n";
my $test : shared = 1;