mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r13180] Comment out the whole test when MULTI driver is used. It caused some problem on copper. Will enter a bug report for it and leave it for future debugging.
This commit is contained in:
parent
ac110a8603
commit
f83826852b
@ -3828,7 +3828,7 @@ main(void)
|
||||
envval = HDgetenv("HDF5_DRIVER");
|
||||
if (envval == NULL)
|
||||
envval = "nomatch";
|
||||
if (HDstrcmp(envval, "core") && HDstrcmp(envval, "split")) {
|
||||
if (HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "multi")) {
|
||||
h5_reset();
|
||||
fapl = h5_fileaccess();
|
||||
if (setup(fapl)<0) goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user