summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CTestCommandLine
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2016-11-08 15:36:17 -0500
committerZack Galbreath <zack.galbreath@kitware.com>2016-11-08 15:58:29 -0500
commitf725b20be36482f46364f17d18e528b5738d0e6a (patch)
treeaed0ff275ea1da2a4b38ff868ab7f4a40120324b /Tests/RunCMake/CTestCommandLine
parent666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (diff)
downloadcmake-f725b20be36482f46364f17d18e528b5738d0e6a.tar.gz
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 2bc3693b7d..e936dab4c7 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
)