Skip to content

Commit 03dec1a

Browse files
committed
MDEV-10350 "./mtr --report-features" doesn't work
removed
1 parent 9d2f892 commit 03dec1a

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

mysql-test/include/report-features.test

Lines changed: 0 additions & 12 deletions
This file was deleted.

mysql-test/mysql-test-run.pl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ END
276276
my $build_thread= 0;
277277

278278
my $opt_record;
279-
my $opt_report_features;
280279

281280
our $opt_resfile= $ENV{'MTR_RESULT_FILE'} || 0;
282281

@@ -422,21 +421,6 @@ sub main {
422421
my $tests= collect_test_cases($opt_reorder, $opt_suites, \@opt_cases, \@opt_skip_test_list);
423422
mark_time_used('collect');
424423

425-
if ( $opt_report_features ) {
426-
# Put "report features" as the first test to run
427-
my $tinfo = My::Test->new
428-
(
429-
name => 'report_features',
430-
# No result_file => Prints result
431-
path => 'include/report-features.test',
432-
template_path => "include/default_my.cnf",
433-
master_opt => [],
434-
slave_opt => [],
435-
suite => 'main',
436-
);
437-
unshift(@$tests, $tinfo);
438-
}
439-
440424
#######################################################################
441425
my $num_tests= @$tests;
442426
if ( $opt_parallel eq "auto" ) {
@@ -1203,7 +1187,6 @@ sub command_line_setup {
12031187
'client-libdir=s' => \$path_client_libdir,
12041188

12051189
# Misc
1206-
'report-features' => \$opt_report_features,
12071190
'comment=s' => \$opt_comment,
12081191
'fast' => \$opt_fast,
12091192
'force-restart' => \$opt_force_restart,
@@ -6569,7 +6552,6 @@ ($)
65696552
gprof Collect profiling information using gprof.
65706553
experimental=<file> Refer to list of tests considered experimental;
65716554
failures will be marked exp-fail instead of fail.
6572-
report-features First run a "test" that reports mysql features
65736555
timestamp Print timestamp before each test report line
65746556
timediff With --timestamp, also print time passed since
65756557
*previous* test started

0 commit comments

Comments
 (0)