diff options
author | Elena Stepanova <elenst@ubuntu11.home> | 2013-02-14 16:27:55 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@ubuntu11.home> | 2013-02-14 16:27:55 +0400 |
commit | 395de7306f63954d8fb9b9e78902954c72c3dbfb (patch) | |
tree | 76ca2be36e70cc227264f3a89a1521958b8de09e /mysql-test | |
parent | 768b62fe2f745284c99ab454c67a9b9035e802fd (diff) | |
download | mariadb-git-395de7306f63954d8fb9b9e78902954c72c3dbfb.tar.gz |
MDEV-4169: mysql-test-run doesn't strip expected warnings (setrlimit)
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index a0fb433a48f..9cd6c6b2b81 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4448,6 +4448,7 @@ sub extract_warning_lines ($) { qr|Table '\..mtr.test_suppressions' is marked as crashed and should be repaired|, qr|InnoDB: Error: table 'test/bug39438'|, qr|table.*is full|, + qr|setrlimit could not change the size of core files to 'infinity';|, ); my $matched_lines= []; |