mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
11766640 addendum: disable unit tests in MTR with --do-test or --start-from
This commit is contained in:
@@ -197,7 +197,7 @@ our $opt_debug_server;
|
||||
our @opt_cases; # The test cases names in argv
|
||||
our $opt_embedded_server;
|
||||
# -1 indicates use default, override with env.var.
|
||||
my $opt_ctest= env_or_val(MTR_UNIT_TESTS => -1);
|
||||
our $opt_ctest= env_or_val(MTR_UNIT_TESTS => -1);
|
||||
# Unit test report stored here for delayed printing
|
||||
my $ctest_report;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user