Commit 1d317440 authored by sayantan dutta's avatar sayantan dutta Committed by Sayantan Dutta

Follow-up fix : Bug #18145121 - DEPRECATED PERL SYNTAX IN MTR

(cherry picked from commit 1bfe5f724bc4c24da635f632247e7d263aa53970)

Conflicts:
	mysql-test/lib/mtr_cases.pm
parent 67be190c
# -*- cperl -*- # -*- cperl -*-
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
...@@ -336,7 +336,7 @@ sub collect_one_suite($) ...@@ -336,7 +336,7 @@ sub collect_one_suite($)
# Build a hash of disabled testcases for this suite # Build a hash of disabled testcases for this suite
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
my %disabled; my %disabled;
my @disabled_collection= @{$opt_skip_test_list} if defined @{$opt_skip_test_list}; my @disabled_collection= @{$opt_skip_test_list} if $opt_skip_test_list;
unshift (@disabled_collection, "$testdir/disabled.def"); unshift (@disabled_collection, "$testdir/disabled.def");
for my $skip (@disabled_collection) for my $skip (@disabled_collection)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment