From c4913dd55f553a204ed2ecc56e7d03079ac0ba23 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 19 Dec 2018 15:41:15 -0600 Subject: TRILABS special output removal --- config/cmake_ext_mod/runTest.cmake | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12