diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-04-29 16:03:23 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-04-29 16:03:23 +0200 |
commit | ee901278692902248f7ad3bf72820233b3f9269a (patch) | |
tree | 2b85b4f08422208addb22b1b41088e0166a0da2e /t/harness | |
parent | 52169dc7eaad41a047655456cefb835e1c5feeac (diff) | |
download | perl-ee901278692902248f7ad3bf72820233b3f9269a.tar.gz |
Remove a comment made obsolete by commit 213f370f28504f3a.
Commit 213f370f28504f3a enabled running tests in t/op/*.t in parallel. It
should also have removed the comment saying that this would be nice to have.
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -125,8 +125,7 @@ if (@ARGV) { # ] # }; - # but for now, run all directories in sequence. In particular, it would be - # nice to get the tests in t/op/*.t able to run in parallel. + # but for now, run all directories in sequence. unless (@tests) { my @seq = <base/*.t>; |