From 9fb894540ed937e1caf8109f356219c103a2c9d1 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 22 Oct 2008 11:17:26 +0200 Subject: [PATCH] unittest: don't run big tests by default --- unittest/mytap/tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)