1
0
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:
Bjorn Munch
2011-06-30 16:51:02 +02:00
parent 5bc5360f2d
commit 023de8a15a
2 changed files with 4 additions and 1 deletions

View File

@@ -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;