You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message(STATUS"RAW test result var = ${TEST_ERROR_VAR}")
62
61
String(REGEX REPLACE "(.*)AssertThrow `(.*)` failed in (.*)source([^ )(]*) at line ([01234567890]*): (.*)""AssertThrow `(..error type..)` failed in (..path..)/source\\4 at line (..line..): \\6" TEST_ERROR_VAR_PROCESSED "${TEST_ERROR_VAR}")
string(REGEX REPLACE "Could not open file <[:/a-zA-Z\\/0-9_\\.-]*>""Could not open file <..file..>" TEST_ERROR_VAR_PROCESSED "${TEST_ERROR_VAR_PROCESSED}")
69
-
Message(STATUS"PROCESSED test result var = ${TEST_ERROR_VAR_PROCESSED}")
0 commit comments