1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

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

(cherry picked from commit 3eb933e0eb55f962404a04741767177e12a9885f)

Conflicts:
	mysql-test/mysql-test-run.pl
This commit is contained in:
sayantan dutta
2014-02-18 17:57:54 +05:30
committed by Sayantan Dutta
parent c20911dbe0
commit 67be190c0b

View File

@@ -490,7 +490,7 @@ sub main {
} }
} }
if ( not defined @$completed ) { if ( not $completed ) {
mtr_error("Test suite aborted"); mtr_error("Test suite aborted");
} }