diff options
author | Sergei Golubchik <serg@mysql.com> | 2008-10-22 11:17:26 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2008-10-22 11:17:26 +0200 |
commit | 9fb894540ed937e1caf8109f356219c103a2c9d1 (patch) | |
tree | 1dad45206781e72e9aa1ee7a7f16e68225cb5053 /unittest/mytap | |
parent | 9f760215955b167be37dc0699b144769c1e8a9a1 (diff) | |
download | mariadb-git-9fb894540ed937e1caf8109f356219c103a2c9d1.tar.gz |
unittest: don't run big tests by default
Diffstat (limited to 'unittest/mytap')
-rw-r--r-- | unittest/mytap/tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mytap/tap.c b/unittest/mytap/tap.c index 68c3333c3aa..a7552b15eed 100644 --- a/unittest/mytap/tap.c +++ b/unittest/mytap/tap.c @@ -178,7 +178,7 @@ static signal_entry install_signal[]= { #endif }; -int skip_big_tests= 0; +int skip_big_tests= 1; void plan(int count) |