1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

unittest: don't run big tests by default

This commit is contained in:
Sergei Golubchik
2008-10-22 11:17:26 +02:00
parent 9f76021595
commit 9fb894540e

View File

@ -178,7 +178,7 @@ static signal_entry install_signal[]= {
#endif
};
int skip_big_tests= 0;
int skip_big_tests= 1;
void
plan(int count)