summaryrefslogtreecommitdiff
path: root/unittest/mytap
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2008-10-22 11:17:26 +0200
committerSergei Golubchik <serg@mysql.com>2008-10-22 11:17:26 +0200
commit9fb894540ed937e1caf8109f356219c103a2c9d1 (patch)
tree1dad45206781e72e9aa1ee7a7f16e68225cb5053 /unittest/mytap
parent9f760215955b167be37dc0699b144769c1e8a9a1 (diff)
downloadmariadb-git-9fb894540ed937e1caf8109f356219c103a2c9d1.tar.gz
unittest: don't run big tests by default
Diffstat (limited to 'unittest/mytap')
-rw-r--r--unittest/mytap/tap.c2
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)