Skip to content

Commit 8ba9c0a

Browse files
author
msvensson@pilot.mysql.com
committed
Ignore --skip-im
1 parent 412ab80 commit 8ba9c0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ sub main {
255255
}
256256

257257

258+
sub ignore_option {
259+
my ($opt, $value)= @_;
260+
print "Ignoring option '$opt'\n";
261+
}
262+
258263
sub command_line_setup {
259264
my $opt_comment;
260265
my $opt_usage;
@@ -303,6 +308,8 @@ sub command_line_setup {
303308
'combination=s' => \@opt_combinations,
304309
'skip-combination' => \&collect_option,
305310

311+
'skip-im' => \&ignore_option,
312+
306313
# Specify ports
307314
'build-thread|mtr-build-thread=i' => \$opt_mtr_build_thread,
308315

0 commit comments

Comments
 (0)