summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-06 13:53:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-06 13:54:19 (GMT)
commiteb1b3f42c46fd7317c904105515c4d47d8f035fe (patch)
treece5f349464aacd4cb67deb3094b8d3fea86cae2d /config/cmake_ext_mod
parentfe6a56c5cb4c7abe33fd4cf0190c12a492f8e03c (diff)
downloadhdf5-eb1b3f42c46fd7317c904105515c4d47d8f035fe.zip
hdf5-eb1b3f42c46fd7317c904105515c4d47d8f035fe.tar.gz
hdf5-eb1b3f42c46fd7317c904105515c4d47d8f035fe.tar.bz2
HDFFV=10632 test cleanup
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r--config/cmake_ext_mod/runTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/runTest.cmake b/config/cmake_ext_mod/runTest.cmake
index 75d0f3b..e8033c5 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -144,6 +144,7 @@ if (TEST_MASK_ERROR)
# the error stack remains in the .err file
file (READ ${TEST_FOLDER}/${TEST_OUTPUT}.err TEST_STREAM)
endif ()
+ string (REGEX REPLACE "[.]*_pmi_alps[.]*\n" "" TEST_STREAM "${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}")