1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Update explanation why test was skipped

This commit is contained in:
msvensson@neptunus.(none)
2006-06-14 16:03:27 +02:00
parent dd1ef2d138
commit 47142b6730

View File

@@ -445,7 +445,7 @@ sub collect_one_test_case($$$$$$$) {
elsif ( $::opt_skip_im )
{
$tinfo->{'skip'}= 1;
$tinfo->{'comment'}= "No IM support avaliable";
$tinfo->{'comment'}= "No IM tests(--skip-im)";
}
}
else