summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-13 21:13:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-13 21:13:57 (GMT)
commitc1eca48305f2676a12bff5cadfb2327e770bc017 (patch)
tree1913072e3022d78f995b8d45d59840832a10e38a /config/cmake_ext_mod/runTest.cmake
parent1dd81af5a28125a3a6c5e12f28e3c95458efb0f1 (diff)
parent98309270710fea1aee7012ded776be4260c63df8 (diff)
downloadhdf5-c1eca48305f2676a12bff5cadfb2327e770bc017.zip
hdf5-c1eca48305f2676a12bff5cadfb2327e770bc017.tar.gz
hdf5-c1eca48305f2676a12bff5cadfb2327e770bc017.tar.bz2
Merge pull request #1371 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '98309270710fea1aee7012ded776be4260c63df8': TRILABS - exclude host info lines HDFFV-10660 Add new files to OUTPUT section of custom commands
Diffstat (limited to 'config/cmake_ext_mod/runTest.cmake')
-rw-r--r--config/cmake_ext_mod/runTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/runTest.cmake b/config/cmake_ext_mod/runTest.cmake
index e8033c5..0bc2db0 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -144,7 +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 "^.*_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}")