mirror of
https://github.com/MariaDB/server.git
synced 2026-05-13 18:40:48 +02:00
mtr.pl
- default parallel to 1(again)
This commit is contained in:
parent
361a533069
commit
ccca3dfa4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
my $opt_parallel= $ENV{MTR_PARALLEL} || 1;
|
||||
|
||||
select(STDOUT);
|
||||
$| = 1; # Automatically flush STDOUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue