1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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 ) if ( not $found )
{ {
mtr_error("Could not find $tname in any suite"); mtr_error("Could not find '$tname' in '$suites' suite(s)");
} }
} }
} }