|
276 | 276 | my $build_thread= 0; |
277 | 277 |
|
278 | 278 | my $opt_record; |
279 | | -my $opt_report_features; |
280 | 279 |
|
281 | 280 | our $opt_resfile= $ENV{'MTR_RESULT_FILE'} || 0; |
282 | 281 |
|
@@ -422,21 +421,6 @@ sub main { |
422 | 421 | my $tests= collect_test_cases($opt_reorder, $opt_suites, \@opt_cases, \@opt_skip_test_list); |
423 | 422 | mark_time_used('collect'); |
424 | 423 |
|
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 | | - |
440 | 424 | ####################################################################### |
441 | 425 | my $num_tests= @$tests; |
442 | 426 | if ( $opt_parallel eq "auto" ) { |
@@ -1203,7 +1187,6 @@ sub command_line_setup { |
1203 | 1187 | 'client-libdir=s' => \$path_client_libdir, |
1204 | 1188 |
|
1205 | 1189 | # Misc |
1206 | | - 'report-features' => \$opt_report_features, |
1207 | 1190 | 'comment=s' => \$opt_comment, |
1208 | 1191 | 'fast' => \$opt_fast, |
1209 | 1192 | 'force-restart' => \$opt_force_restart, |
@@ -6569,7 +6552,6 @@ ($) |
6569 | 6552 | gprof Collect profiling information using gprof. |
6570 | 6553 | experimental=<file> Refer to list of tests considered experimental; |
6571 | 6554 | failures will be marked exp-fail instead of fail. |
6572 | | - report-features First run a "test" that reports mysql features |
6573 | 6555 | timestamp Print timestamp before each test report line |
6574 | 6556 | timediff With --timestamp, also print time passed since |
6575 | 6557 | *previous* test started |
|
0 commit comments