mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
into neptunus.(none):/home/msvensson/mysql/same_tools/my51-same_tools mysql-test/lib/mtr_cases.pl: Auto merged
This commit is contained in:
commit
60cd16dfb9
1 changed files with 6 additions and 6 deletions
|
@ -186,13 +186,13 @@ sub collect_test_cases ($) {
|
|||
|
||||
@$cases = sort { $sort_criteria{$a->{"name"}} cmp $sort_criteria{$b->{"name"}}; } @$cases;
|
||||
|
||||
### For debugging the sort-order
|
||||
foreach $tinfo (@$cases)
|
||||
if ( $::opt_script_debug )
|
||||
{
|
||||
print $sort_criteria{$tinfo->{"name"}};
|
||||
print " -> \t";
|
||||
print $tinfo->{"name"};
|
||||
print "\n";
|
||||
# For debugging the sort-order
|
||||
foreach $tinfo (@$cases)
|
||||
{
|
||||
print("$sort_criteria{$tinfo->{'name'}} -> \t$tinfo->{'name'}\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue