mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
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:
parent
57b7bdabbf
commit
b9bab09907
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue