diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-19 21:41:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-19 21:41:15 (GMT) |
commit | c4913dd55f553a204ed2ecc56e7d03079ac0ba23 (patch) | |
tree | 3f54d983d9b64df02c477bd100d987075d758ed6 | |
parent | 0bcae40c8a6030189693f6a428a60643ea3947f9 (diff) | |
download | hdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.zip hdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.tar.gz hdf5-c4913dd55f553a204ed2ecc56e7d03079ac0ba23.tar.bz2 |
TRILABS special output removal
-rw-r--r-- | config/cmake_ext_mod/runTest.cmake | 2 |
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 |