ma_test_recovery is not big

storage/maria/unittest/ma_test_all-t:
  Size doesn't matter or ma_test_recovery is not big
This commit is contained in:
unknown 2008-01-29 19:58:52 +01:00
parent 57b7bdabbf
commit b9bab09907

View file

@ -420,14 +420,7 @@ sub run_ma_test_recovery
my ($verbose, $count)= @_;
return 1 if ($count); # Number of tests in this function
if ($ENV{MYTAP_CONFIG} eq 'big')
{
ok("$maria_path/ma_test_recovery", $verbose, 0);
}
else
{
skip("$maria_path/ma_test_recovery", 'big test', $verbose,);
}
ok("$maria_path/ma_test_recovery", $verbose, 0);
return 0;
}