mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
This commit is contained in:
parent
e5797d173b
commit
7092659dfa
@ -14314,7 +14314,7 @@ int
|
||||
main(void)
|
||||
{
|
||||
H5open();
|
||||
#if 1
|
||||
#if 0
|
||||
smoke_check_1();
|
||||
smoke_check_2();
|
||||
smoke_check_3();
|
||||
|
Loading…
Reference in New Issue
Block a user