diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-23 15:16:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-23 15:16:49 (GMT) |
commit | d200cd31a79ab935808495005060cf53b833b99c (patch) | |
tree | 4780e32817d1935a0abc0a5f176a12b6ea3e40c8 /tools/test | |
parent | b901326501d62a4ef8dc2b33568be95c0b493531 (diff) | |
download | hdf5-d200cd31a79ab935808495005060cf53b833b99c.zip hdf5-d200cd31a79ab935808495005060cf53b833b99c.tar.gz hdf5-d200cd31a79ab935808495005060cf53b833b99c.tar.bz2 |
HDFFV-10188 emu insists on printing non-native description
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5ls/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5ls/CMakeTests.cmake b/tools/test/h5ls/CMakeTests.cmake index 62ee835..a04a4b6 100644 --- a/tools/test/h5ls/CMakeTests.cmake +++ b/tools/test/h5ls/CMakeTests.cmake @@ -420,7 +420,7 @@ ADD_H5_TEST (tempty 0 -w80 -d tempty.h5) # test for displaying dataset and attribute of null space - ADD_H5_TEST (tgrpnullspace 0 -w80 -v tgrpnullspace.h5) + ADD_H5_TEST (tgrpnullspace 0 -w80 -v -S tgrpnullspace.h5) # test for all dataset types written to attributes # enable -S for avoiding printing NATIVE types |