diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 18:52:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 18:52:50 (GMT) |
commit | 98309270710fea1aee7012ded776be4260c63df8 (patch) | |
tree | 1913072e3022d78f995b8d45d59840832a10e38a /config/cmake_ext_mod | |
parent | 88137324fcd669e280df62510370a855875b8336 (diff) | |
download | hdf5-98309270710fea1aee7012ded776be4260c63df8.zip hdf5-98309270710fea1aee7012ded776be4260c63df8.tar.gz hdf5-98309270710fea1aee7012ded776be4260c63df8.tar.bz2 |
TRILABS - exclude host info lines
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r-- | config/cmake_ext_mod/runTest.cmake | 2 |
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}") |