summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-28 21:36:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-28 21:36:48 (GMT)
commitad380d6b8b029e08c3052b569dc425c893694d10 (patch)
treecde97f08c646aea8dbfc50e4653da01d442d9915 /Source
parent93f5712a7d4b47e3cdf508a2ee6fdc813b5d91b1 (diff)
downloadCMake-ad380d6b8b029e08c3052b569dc425c893694d10.zip
CMake-ad380d6b8b029e08c3052b569dc425c893694d10.tar.gz
CMake-ad380d6b8b029e08c3052b569dc425c893694d10.tar.bz2
BUG: Fix the read custom files command and add a coverage test
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/cmCTestReadCustomFilesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.cxx b/Source/CTest/cmCTestReadCustomFilesCommand.cxx
index 3cf9a69..a381095 100644
--- a/Source/CTest/cmCTestReadCustomFilesCommand.cxx
+++ b/Source/CTest/cmCTestReadCustomFilesCommand.cxx
@@ -33,7 +33,7 @@ bool cmCTestReadCustomFilesCommand::InitialPass(
this->CTest->ReadCustomConfigurationFileTree(dit->c_str());
}
- return false;
+ return true;
}