summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-04 13:35:51 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-05-04 13:37:14 (GMT)
commitfc35e817ee243d31c5846d09b0b21f2756a0727b (patch)
treedd466ed08d9fec949d1efd2ee4223f30902ddac4 /Tests
parentefaaa729aa1c4ab2c351e7fb5ed5ea8712957db8 (diff)
parent46fa1af5142e72558fcd378e12f7ec7d7ee3c90d (diff)
downloadCMake-fc35e817ee243d31c5846d09b0b21f2756a0727b.zip
CMake-fc35e817ee243d31c5846d09b0b21f2756a0727b.tar.gz
CMake-fc35e817ee243d31c5846d09b0b21f2756a0727b.tar.bz2
Merge topic 'test-CheckSourceTree-in-source'
46fa1af514 Tests: Fix CheckSourceTree for in-source non-dashboard builds Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2025
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeTests/CheckSourceTreeTest.cmake.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
index 8145db7..4f2aaea 100644
--- a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
+++ b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
@@ -308,13 +308,11 @@ message("=======================================================================
if("$ENV{DASHBOARD_TEST_FROM_CTEST}" STREQUAL "")
# developers are allowed to have local additions and modifications...
- set(is_dashboard 0)
message("interactive test run")
message("")
else()
- set(is_dashboard 1)
message("dashboard test run")
message("")
@@ -341,7 +339,7 @@ endif()
# Not even developers.
#
if(nonadditions)
- if(in_source_build AND is_dashboard)
+ if(in_source_build)
message("
warning: test results confounded because this is an 'in-source' build - cannot
distinguish between non-added files that are in-source build products and