summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCTest.cmake
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/RunCTest.cmake
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/RunCTest.cmake')
-rw-r--r--Tests/RunCMake/RunCTest.cmake1
1 files changed, 1 insertions, 0 deletions
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()