Skip to content

Commit 63e6354

Browse files
committed
tmp: ctest remove --output-on-failure
1 parent 730a741 commit 63e6354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/bazel.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ enable_testing()
316316
if(NOT TARGET unittest)
317317
add_custom_target(
318318
unittest
319-
COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure
319+
COMMAND ${CMAKE_CTEST_COMMAND}
320320
--build-config $<CONFIGURATION>
321321
)
322322
endif()

0 commit comments

Comments
 (0)