Skip to content

Commit 2185e2c

Browse files
committed
cleaup
1 parent 1b8d56f commit 2185e2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/gwb-dat/run_gwb-dat_tests.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,13 @@ String(REGEX REPLACE "Starting the World Builder with ([0-9]*) threads..." "Star
5858
file(WRITE ${TEST_OUTPUT} ${TEST_OUTPUT_PROCESSED})
5959

6060
if( TEST_RESULT_VAR )
61-
Message(STATUS "RAW test result var = ${TEST_ERROR_VAR}")
6261
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}")
6362
string(REPLACE "\\" "/" TEST_ERROR_VAR_PROCESSED ${TEST_ERROR_VAR_PROCESSED})
6463
string(FIND "${TEST_ERROR_VAR_PROCESSED}" "AssertThrow" FIRST_BRACKET)
6564
string(FIND "${TEST_ERROR_VAR_PROCESSED}" "Error not recoverable, aborting program." LAST_BRACKET REVERSE)
6665
MATH(EXPR LAST_BRACKET ${LAST_BRACKET})
6766
string(SUBSTRING "${TEST_ERROR_VAR_PROCESSED}" "${FIRST_BRACKET}" "${LAST_BRACKET}" TEST_ERROR_VAR_PROCESSED)
6867
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}")
7068
file(APPEND ${TEST_OUTPUT} "Expected fail with: \n${TEST_ERROR_VAR_PROCESSED}")
7169
endif()
7270

@@ -91,8 +89,6 @@ IF("${TEST_DIFF}" MATCHES ".*exe")
9189
ENDIF()
9290
execute_process(COMMAND ${TEST_D2U} ${TEST_NATIVE_OUTPUT})
9391
execute_process(COMMAND ${TEST_D2U} ${TEST_NATIVE_REFERENCE})
94-
message(status "native output: ${TEST_NATIVE_OUTPUT}")
95-
message(status "native reference: ${TEST_NATIVE_REFERENCE}")
9692
ENDIF()
9793

9894
# now compare the output with the reference

0 commit comments

Comments
 (0)