mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05: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
|
run_cmake_command(TestOutputSize
|
||||||
${CMAKE_CTEST_COMMAND} -M Experimental -T Test
|
${CMAKE_CTEST_COMMAND} -M Experimental -T Test
|
||||||
|
--no-compress-output
|
||||||
--test-output-size-passed 10
|
--test-output-size-passed 10
|
||||||
--test-output-size-failed 12
|
--test-output-size-failed 12
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ function(run_ctest CASE_NAME)
|
|||||||
-S ${RunCMake_BINARY_DIR}/${CASE_NAME}/test.cmake
|
-S ${RunCMake_BINARY_DIR}/${CASE_NAME}/test.cmake
|
||||||
-V
|
-V
|
||||||
--output-log ${RunCMake_BINARY_DIR}/${CASE_NAME}-build/testOutput.log
|
--output-log ${RunCMake_BINARY_DIR}/${CASE_NAME}-build/testOutput.log
|
||||||
|
--no-compress-output
|
||||||
${ARGN}
|
${ARGN}
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|||||||
Reference in New Issue
Block a user