From 7092659dfa295ae9fe29acf7f764265172827ea1 Mon Sep 17 00:00:00 2001 From: John Mainzer Date: Mon, 10 Jan 2005 12:41:36 -0500 Subject: [svn-r9790] Purpose: Reduce run time of daily tests. Description: cache, the test program for the metadata cache has been taking a while to execute. Solution: As a short term "fix", I have commented out all but one of the long running test functions. Of course that means that we aren't running these tests at present. I'm not sure that this is a good idea. Platforms tested: Serial on Heping. Misc. update: --- test/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cache.c b/test/cache.c index ffc4248..a23b3ad 100644 --- a/test/cache.c +++ b/test/cache.c @@ -14314,7 +14314,7 @@ int main(void) { H5open(); -#if 1 +#if 0 smoke_check_1(); smoke_check_2(); smoke_check_3(); -- cgit v0.12