mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Update tests that expect uncompressed output
Pass --no-compressed-output to ctest for tests that expect uncompressed output.
This commit is contained in:
@@ -135,6 +135,7 @@ function(run_TestOutputSize)
|
||||
")
|
||||
run_cmake_command(TestOutputSize
|
||||
${CMAKE_CTEST_COMMAND} -M Experimental -T Test
|
||||
--no-compress-output
|
||||
--test-output-size-passed 10
|
||||
--test-output-size-failed 12
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ function(run_ctest CASE_NAME)
|
||||
-S ${RunCMake_BINARY_DIR}/${CASE_NAME}/test.cmake
|
||||
-V
|
||||
--output-log ${RunCMake_BINARY_DIR}/${CASE_NAME}-build/testOutput.log
|
||||
--no-compress-output
|
||||
${ARGN}
|
||||
)
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user