mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
committed by
Sayantan Dutta
parent
c20911dbe0
commit
67be190c0b
@ -490,7 +490,7 @@ sub main {
|
||||
}
|
||||
}
|
||||
|
||||
if ( not defined @$completed ) {
|
||||
if ( not $completed ) {
|
||||
mtr_error("Test suite aborted");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user