mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #33810 mysql-test-run can't find testcase if it is in a non-default testsuite
This commit is contained in:
@ -120,7 +120,7 @@ sub collect_test_cases ($$) {
|
||||
}
|
||||
if ( not $found )
|
||||
{
|
||||
mtr_error("Could not find $tname in any suite");
|
||||
mtr_error("Could not find '$tname' in '$suites' suite(s)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user