From 6fd52dd597d5d7d91365dbf06364c486093081f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 27 May 2014 17:21:21 +0200 Subject: [PATCH] t/test.pl: Neuere Tests kommen sich bei multicore in die Quere. Vorerst ausschalten --- t/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.pl b/t/test.pl index da10840a5..fac0e412a 100755 --- a/t/test.pl +++ b/t/test.pl @@ -7,7 +7,7 @@ use File::Find (); use Test::Harness qw(runtests execute_tests); BEGIN { - $ENV{HARNESS_OPTIONS} = 'j:c'; + $ENV{HARNESS_OPTIONS} = 'c'; unshift @INC, 'modules/override'; push @INC, 'modules/fallback'; } -- 2.20.1