We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412ab80 commit 8ba9c0aCopy full SHA for 8ba9c0a
mysql-test/mysql-test-run.pl
@@ -255,6 +255,11 @@ sub main {
255
}
256
257
258
+sub ignore_option {
259
+ my ($opt, $value)= @_;
260
+ print "Ignoring option '$opt'\n";
261
+}
262
+
263
sub command_line_setup {
264
my $opt_comment;
265
my $opt_usage;
@@ -303,6 +308,8 @@ sub command_line_setup {
303
308
'combination=s' => \@opt_combinations,
304
309
'skip-combination' => \&collect_option,
305
310
311
+ 'skip-im' => \&ignore_option,
312
306
313
# Specify ports
307
314
'build-thread|mtr-build-thread=i' => \$opt_mtr_build_thread,
315
0 commit comments