diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-01 13:34:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-01 13:34:56 (GMT) |
commit | a00878e5346972590f5772c2b6f2c52c8905052d (patch) | |
tree | b20cab26ee9a5ad741604ac397dbed55eaac901a /tools/h5dump | |
parent | 183aaba8fcd4de8454853a59ab6256d33d67df8f (diff) | |
download | hdf5-a00878e5346972590f5772c2b6f2c52c8905052d.zip hdf5-a00878e5346972590f5772c2b6f2c52c8905052d.tar.gz hdf5-a00878e5346972590f5772c2b6f2c52c8905052d.tar.bz2 |
[svn-r20386] Change error-stack test option from -E to --error-stack
Diffstat (limited to 'tools/h5dump')
-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 9db964e..5149718 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -1168,7 +1168,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) |