Update tests that expect uncompressed output

Pass --no-compressed-output to ctest for tests that expect uncompressed output.
This commit is contained in:
Zack Galbreath 2016-11-08 15:36:17 -05:00
parent 666bb0e3fa
commit f725b20be3
2 changed files with 2 additions and 0 deletions

View File

@ -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
)

View File

@ -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()