summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-19 13:55:04 -0700
committerKarl Williamson <khw@cpan.org>2018-11-19 14:53:07 -0700
commitbc55cddf915d70f806feda38506788f4c61a2574 (patch)
tree04a3b96c745f4deec560158f2c2cc87b608737a8
parent8f6aacbbe92285ffc82603b952f356914d751df0 (diff)
downloadperl-bc55cddf915d70f806feda38506788f4c61a2574.tar.gz
t/harness: Run tests for IO::Zlib sequentially
Most of these failed for me in one run inexplicably. This typically means there was a glitch, and its likely to be that the tests somehow interferred with each other. Rather than take the time to investigate further, I changed harness to run the tests for this distribution sequentially.
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index 7733d2bb78..84e3d57bbb 100644
--- a/t/harness
+++ b/t/harness
@@ -189,7 +189,7 @@ if (@ARGV) {
# directory containing such files should be tested in serial order.
#
# Add exceptions to the above rule
- for (qw(ext/Pod-Html/t)) {
+ for (qw(ext/Pod-Html/t cpan/IO-Zlib)) {
$serials{$_} = 1;
}