Allow automated parallel tests

Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/c037045c
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/c037045c
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/c037045c

Branch: refs/heads/master
Commit: c037045cdc9408e950e8cf23c21e1cd7bb9e695c
Parents: 70f3221
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Dec 24 14:37:13 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Mon Jan 2 16:33:57 2017 +0100

----------------------------------------------------------------------
 perl/Build.PL | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/c037045c/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 5ca28c9..f4484aa 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -20,16 +20,6 @@ use lib 'buildlib';
 use File::Spec::Functions qw( catdir updir );
 use Lucy::Build;
 
-# Don't create FAIL reports from CPAN Testers that force parallel tests.
-# See LUCY-260.
-if ( $ENV{AUTOMATED_TESTING}
-     && $ENV{HARNESS_OPTIONS} =~ /(?:^|:)j(\d*)/
-     && ($1 || 9) > 1
-   ) {
-    print STDERR "Parallel testing is known to fail.\n";
-    exit;
-}
-
 my $IS_CPAN_DIST = -e 'cfcore';
 my $CORE_SOURCE_DIR;
 my $TEST_SOURCE_DIR;

Reply via email to