diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-11 15:20:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-11 15:20:20 (GMT) |
commit | 338beff4e4744011d703c4ffecb58f2c2a34b292 (patch) | |
tree | d203f9351ae8da499c11e09bcc5554fe6fadfba9 /tools/h5dump/CMakeLists.txt | |
parent | c8fa42ed482054a1db2111e73f7d2b0116f3ef5f (diff) | |
download | hdf5-338beff4e4744011d703c4ffecb58f2c2a34b292.zip hdf5-338beff4e4744011d703c4ffecb58f2c2a34b292.tar.gz hdf5-338beff4e4744011d703c4ffecb58f2c2a34b292.tar.bz2 |
[svn-r20467] Change test option to use --enable-error-stack instead of -E
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 92c7149..3c08bec 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -1092,7 +1092,7 @@ IF (BUILD_TESTING) ADD_H5_TEST (textlink 0 textlink.h5) # test for error stack display (BZ2048) - ADD_H5_MASK_TEST (filter_fail 1 -E filter_fail.h5) + ADD_H5_MASK_TEST (filter_fail 1 --enable-error-stack filter_fail.h5) # test for -o -y for dataset with attributes ADD_H5_TEST (tall-6 0 -y -o data -d /g1/g1.1/dset1.1.1 tall.h5) |