diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-02 20:13:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-03-02 20:13:13 (GMT) |
commit | 88082cce109b27efb885971fca87224e16b62879 (patch) | |
tree | 38902675cf982101a1085e44a6d57427a95940a6 /config | |
parent | f59050ee2c0b6178563a62f07f962109b8fca664 (diff) | |
download | hdf5-88082cce109b27efb885971fca87224e16b62879.zip hdf5-88082cce109b27efb885971fca87224e16b62879.tar.gz hdf5-88082cce109b27efb885971fca87224e16b62879.tar.bz2 |
Remove system command from valgrind reports
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 5a0947c..d1c6d84 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -140,8 +140,8 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE H5REPACK-bug1814-clear-objects H5REPACK-HDFFV-5932-clear-objects H5REPACK-HDFFV-7840-clear-objects - H5REPACK_META-meta_long_N-clear-objects - H5REPACK_META-meta_short_N-clear-objects + H5REPACK_META-meta_long-clear-objects + H5REPACK_META-meta_short-clear-objects H5REPACK_STAT-GS_AGGR-clear-objects H5REPACK_STAT-S_AGGR-clear-objects H5REPACK_STAT-SP_NONE-clear-objects |