summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2016-11-08 20:36:17 (GMT)
committerZack Galbreath <zack.galbreath@kitware.com>2016-11-08 20:58:29 (GMT)
commitf725b20be36482f46364f17d18e528b5738d0e6a (patch)
treeaed0ff275ea1da2a4b38ff868ab7f4a40120324b /Tests/RunCMake
parent666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (diff)
downloadCMake-f725b20be36482f46364f17d18e528b5738d0e6a.zip
CMake-f725b20be36482f46364f17d18e528b5738d0e6a.tar.gz
CMake-f725b20be36482f46364f17d18e528b5738d0e6a.tar.bz2
Update tests that expect uncompressed output
Pass --no-compressed-output to ctest for tests that expect uncompressed output.
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r--Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake1
-rw-r--r--Tests/RunCMake/RunCTest.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
index 2bc3693..e936dab 100644
--- a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
@@ -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
)
diff --git a/Tests/RunCMake/RunCTest.cmake b/Tests/RunCMake/RunCTest.cmake
index e94432b..89e16ee 100644
--- a/Tests/RunCMake/RunCTest.cmake
+++ b/Tests/RunCMake/RunCTest.cmake
@@ -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()