1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Make mtr_report.pl into it's own package

Remove mtr_log_*
This commit is contained in:
msvensson@pilot.mysql.com
2008-02-04 11:16:25 +01:00
parent c10fb20dd2
commit 86d065f525
4 changed files with 48 additions and 82 deletions

View File

@ -24,6 +24,8 @@ use strict;
use base qw(Exporter);
our @EXPORT= qw(collect_option collect_test_cases);
use mtr_report;
# Options used for the collect phase
our $start_from;
our $print_testcases;
@ -52,8 +54,6 @@ use File::Basename;
use IO::File();
use My::Config;
require "mtr_settings.pl";
require "mtr_report.pl";
require "mtr_match.pl";
require "mtr_misc.pl";