This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa6ea5
)
Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Mon, 9 Jan 2006 06:38:25 +0000
(22:38 -0800)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 9 Jan 2006 14:42:18 +0000
(14:42 +0000)
Message-ID: <
20060109143825
.GB4132@efn.org>
p4raw-id: //depot/perl@26757
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
59c8fa5
..
9cb6652
100755
(executable)
--- a/
t/TEST
+++ b/
t/TEST
@@
-481,6
+481,9
@@
EOT
die "FAILED--Further testing stopped" . ($1 ? ": $1\n" : ".\n");
}
else {
+ # module tests are allowed extra output,
+ # because Test::Harness allows it
+ next if $test =~ /^\W*(ext|lib)\b/;
$failure = "FAILED--unexpected output at test $next";
last;
}