summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-19 21:41:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-19 21:41:15 (GMT)
commitc4913dd55f553a204ed2ecc56e7d03079ac0ba23 (patch)
tree3f54d983d9b64df02c477bd100d987075d758ed6 /config/cmake_ext_mod/runTest.cmake
parent0bcae40c8a6030189693f6a428a60643ea3947f9 (diff)
downloadhdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.zip
hdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.tar.gz
hdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.tar.bz2
TRILABS special output removal
Diffstat (limited to 'config/cmake_ext_mod/runTest.cmake')
-rw-r--r--config/cmake_ext_mod/runTest.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/runTest.cmake b/config/cmake_ext_mod/runTest.cmake
index 75f704a..79b4175 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -93,6 +93,8 @@ if (EXISTS ${TEST_FOLDER}/${TEST_OUTPUT}.err)
if (TEST_MASK_FILE)
STRING(REGEX REPLACE "CurrentDir is [^\n]+\n" "CurrentDir is (dir name)\n" TEST_STREAM "${TEST_STREAM}")
endif ()
+ # remove special output
+ string (REGEX REPLACE "^.*_pmi_alps[^\n]+\n" "" TEST_STREAM "${TEST_STREAM}")
if (NOT ERROR_APPEND)
# append error output to the stdout output file