Browse Source

WL#4189 mtr.pl v2

- turn auto detection of parallelism value ON again
pull/374/head
Magnus Svensson 17 years ago
parent
commit
361a533069
  1. 2
      mysql-test/mysql-test-run.pl

2
mysql-test/mysql-test-run.pl

@ -226,7 +226,7 @@ my $opt_max_save_core= $ENV{MTR_MAX_SAVE_CORE} || 5;
my $opt_max_save_datadir= $ENV{MTR_MAX_SAVE_DATADIR} || 20;
my $opt_max_test_fail= $ENV{MTR_MAX_TEST_FAIL} || 10;
my $opt_parallel= $ENV{MTR_PARALLEL} || 1;
my $opt_parallel= $ENV{MTR_PARALLEL};
select(STDOUT);
$| = 1; # Automatically flush STDOUT

Loading…
Cancel
Save