mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix a warning
This commit is contained in:
@ -478,7 +478,7 @@ sub main {
|
||||
}
|
||||
}
|
||||
|
||||
if ( not defined @$completed ) {
|
||||
if ( not @$completed ) {
|
||||
mtr_error("Test suite aborted");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user