summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine
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/CTestCommandLine
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/CTestCommandLine')
-rw-r--r--Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake1
1 files changed, 1 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
)