summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-04-29 16:03:23 +0200
committerNicholas Clark <nick@ccl4.org>2013-04-29 16:03:23 +0200
commitee901278692902248f7ad3bf72820233b3f9269a (patch)
tree2b85b4f08422208addb22b1b41088e0166a0da2e /t/harness
parent52169dc7eaad41a047655456cefb835e1c5feeac (diff)
downloadperl-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/harness3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/harness b/t/harness
index 4f7070f4b7..fee5f9c57d 100644
--- a/t/harness
+++ b/t/harness
@@ -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>;