diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-28 20:25:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-28 20:25:25 (GMT) |
commit | c6382f50c5744595d3a9ba69a04f76782f3b8672 (patch) | |
tree | c53cc31164515c7647eceb3da2dd64e745c426c6 /config | |
parent | 600bcf0dc3bf984c752737385e0a90ffd29feb38 (diff) | |
download | hdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.zip hdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.tar.gz hdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.tar.bz2 |
[svn-r20168] BZ2048: Add -E --enable-error-stack option to h5dump.
Tested: local linux, heiwa, windows
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/runTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/runTest.cmake b/config/cmake/runTest.cmake index 26acc39..4bdc4fd 100644 --- a/config/cmake/runTest.cmake +++ b/config/cmake/runTest.cmake @@ -77,7 +77,7 @@ IF (TEST_MASK_ERROR) FILE (READ ${TEST_FOLDER}/${TEST_OUTPUT} TEST_STREAM) STRING(REGEX REPLACE "thread [0-9]*:" "thread (IDs):" TEST_STREAM "${TEST_STREAM}") STRING(REGEX REPLACE ": ([^\n]*)[.]c " ": (file name) " TEST_STREAM "${TEST_STREAM}") - STRING(REGEX REPLACE "line [0-9]*" "line (number)" TEST_STREAM "${TEST_STREAM}") + STRING(REGEX REPLACE " line [0-9]*" " line (number)" TEST_STREAM "${TEST_STREAM}") STRING(REGEX REPLACE "v[1-9]*[.][0-9]*[.]" "version (number)." TEST_STREAM "${TEST_STREAM}") STRING(REGEX REPLACE "[1-9]*[.][0-9]*[.][0-9]*[^)]*" "version (number)" TEST_STREAM "${TEST_STREAM}") STRING(REGEX REPLACE "H5Eget_auto[1-2]*" "H5Eget_auto(1 or 2)" TEST_STREAM "${TEST_STREAM}") |