Commit 67be190c authored by sayantan dutta's avatar sayantan dutta Committed by Sayantan Dutta

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

(cherry picked from commit 3eb933e0eb55f962404a04741767177e12a9885f)

Conflicts:
	mysql-test/mysql-test-run.pl
parent c20911db
......@@ -490,7 +490,7 @@ sub main {
}
}
if ( not defined @$completed ) {
if ( not $completed ) {
mtr_error("Test suite aborted");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment