1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Check warnings in servers error log as part of test case

This commit is contained in:
msvensson@pilot.mysql.com
2008-04-08 16:51:26 +02:00
parent 95d9608d3e
commit 433c1c3d7b
24 changed files with 593 additions and 319 deletions

View File

@ -25,6 +25,7 @@ use base qw(Exporter);
our @EXPORT= qw(collect_option collect_test_cases);
use mtr_report;
use mtr_match;
# Options used for the collect phase
our $start_from;
@ -55,7 +56,6 @@ use IO::File();
use My::Config;
use My::Platform;
require "mtr_match.pl";
require "mtr_misc.pl";
# Precompiled regex's for tests to do or skip
@ -425,7 +425,7 @@ sub collect_one_suite($)
if (@combinations)
{
print " - adding combinations\n";
print " - adding combinations for $suite\n";
#print_testcases(@cases);
my @new_cases;