summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-19 21:43:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-19 21:43:33 (GMT)
commitec4902ae8d8bd009bb835d3a0bba335845f2c07d (patch)
tree3e3706df7ccf86787275f92fc1af602e50ea77d3 /config/cmake_ext_mod/runTest.cmake
parentc4913dd55f553a204ed2ecc56e7d03079ac0ba23 (diff)
downloadhdf5-ec4902ae8d8bd009bb835d3a0bba335845f2c07d.zip
hdf5-ec4902ae8d8bd009bb835d3a0bba335845f2c07d.tar.gz
hdf5-ec4902ae8d8bd009bb835d3a0bba335845f2c07d.tar.bz2
Special text removal not conditional
Diffstat (limited to 'config/cmake_ext_mod/runTest.cmake')
-rw-r--r--config/cmake_ext_mod/runTest.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/runTest.cmake b/config/cmake_ext_mod/runTest.cmake
index 79b4175..8181ff0 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -151,7 +151,6 @@ 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]+\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}")