mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
unittest: don't run big tests by default
This commit is contained in:
@ -178,7 +178,7 @@ static signal_entry install_signal[]= {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
int skip_big_tests= 0;
|
int skip_big_tests= 1;
|
||||||
|
|
||||||
void
|
void
|
||||||
plan(int count)
|
plan(int count)
|
||||||
|
Reference in New Issue
Block a user