mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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 )
|
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