1
0
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:
Magnus Svensson
2008-08-01 16:08:51 +02:00
parent 106e64a67f
commit d4fc0b76c6

View File

@ -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)");
}
}
}