mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
Update tests that expect uncompressed output
Pass --no-compressed-output to ctest for tests that expect uncompressed output.
This commit is contained in:
parent
666bb0e3fa
commit
f725b20be3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user