This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/harness: Run tests for IO::Zlib sequentially
authorKarl Williamson <khw@cpan.org>
Mon, 19 Nov 2018 20:55:04 +0000 (13:55 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 19 Nov 2018 21:53:07 +0000 (14:53 -0700)
commitbc55cddf915d70f806feda38506788f4c61a2574
tree04a3b96c745f4deec560158f2c2cc87b608737a8
parent8f6aacbbe92285ffc82603b952f356914d751df0
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.
t/harness