Commit b9bab099 authored by unknown's avatar unknown

ma_test_recovery is not big


storage/maria/unittest/ma_test_all-t:
  Size doesn't matter or ma_test_recovery is not big
parent 57b7bdab
...@@ -420,14 +420,7 @@ sub run_ma_test_recovery ...@@ -420,14 +420,7 @@ sub run_ma_test_recovery
my ($verbose, $count)= @_; my ($verbose, $count)= @_;
return 1 if ($count); # Number of tests in this function return 1 if ($count); # Number of tests in this function
if ($ENV{MYTAP_CONFIG} eq 'big') ok("$maria_path/ma_test_recovery", $verbose, 0);
{
ok("$maria_path/ma_test_recovery", $verbose, 0);
}
else
{
skip("$maria_path/ma_test_recovery", 'big test', $verbose,);
}
return 0; return 0;
} }
......
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