Skip to content

Commit 19597b2

Browse files
[UR][Tests] don't remove file with test output; we clean it up on match start
1 parent d6dc4c0 commit 19597b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/match.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,3 @@ if(TEST_RESULT)
7575
else()
7676
message("Passed: The output of test command '${TEST_FILE} ${TEST_ARGS}' (stored in ${CMAKE_CURRENT_BINARY_DIR}/${OUT_FILE}) matches '${MATCH_FILE}'")
7777
endif()
78-
79-
if(EXISTS ${OUT_FILE})
80-
file(REMOVE ${OUT_FILE})
81-
endif()

0 commit comments

Comments
 (0)