This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove a comment made obsolete by commit 213f370f28504f3a.
authorNicholas Clark <nick@ccl4.org>
Mon, 29 Apr 2013 14:03:23 +0000 (16:03 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 29 Apr 2013 14:03:23 +0000 (16:03 +0200)
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.

t/harness

index 4f7070f..fee5f9c 100644 (file)
--- 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>;
 
     unless (@tests) {
        my @seq = <base/*.t>;