summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-12-31 14:17:37 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-12-31 14:18:52 (GMT)
commitbce24e14b856517e8d869dd4ca70cd88efbdaf2a (patch)
tree7887041262150bd8fde18040aa6cb62458fa0c03 /Tests
parent5e9d8a295295ac77dd8984f256420a6a6e4d5465 (diff)
downloadCMake-bce24e14b856517e8d869dd4ca70cd88efbdaf2a.zip
CMake-bce24e14b856517e8d869dd4ca70cd88efbdaf2a.tar.gz
CMake-bce24e14b856517e8d869dd4ca70cd88efbdaf2a.tar.bz2
Avoid running CMake.Install test simultaneously with other tests
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeInstall.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake
index dabc852..5f814d9 100644
--- a/Tests/CMakeInstall.cmake
+++ b/Tests/CMakeInstall.cmake
@@ -41,6 +41,9 @@ if(CMake_TEST_INSTALL)
--build-noclean
--build-target install)
+ # Avoid running this test simultaneously with other tests:
+ set_tests_properties(CMake.Install PROPERTIES RUN_SERIAL ON)
+
# TODO: Make all other tests depend on this one, and then drive them
# with the installed CTest.
else()