Commit d4fc0b76 authored by Magnus Svensson's avatar Magnus Svensson

Bug #33810 mysql-test-run can't find testcase if it is in a non-default testsuite

parent 106e64a6
......@@ -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)");
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment