summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-03-20 18:19:56 (GMT)
committerBrad King <brad.king@kitware.com>2009-03-20 18:19:56 (GMT)
commitd66436e2e4b1e4d58fb2e7b7bb50e15fc7c30845 (patch)
tree9ff478fdb9fa6395145b6ecfa8f4d02cdc47be99 /Source/CTest/cmCTestUpdateCommand.h
parent1ce28d1db80e4b76cce9726eeea312c97cdfae16 (diff)
downloadCMake-d66436e2e4b1e4d58fb2e7b7bb50e15fc7c30845.zip
CMake-d66436e2e4b1e4d58fb2e7b7bb50e15fc7c30845.tar.gz
CMake-d66436e2e4b1e4d58fb2e7b7bb50e15fc7c30845.tar.bz2
BUG: Fix return value of ctest_update
The CTest version control refactoring broke the value returned for the ctest_update command's RETURN_VALUE argument. The value is supposed to be the number of files updated, but the refactoring accidentally made it the number of locally modified files after the update.
Diffstat (limited to 'Source/CTest/cmCTestUpdateCommand.h')
-rw-r--r--Source/CTest/cmCTestUpdateCommand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestUpdateCommand.h b/Source/CTest/cmCTestUpdateCommand.h
index 6bcdd23..9d86d9d 100644
--- a/Source/CTest/cmCTestUpdateCommand.h
+++ b/Source/CTest/cmCTestUpdateCommand.h
@@ -64,8 +64,7 @@ public:
"Updates the given source directory and stores results in Update.xml. "
"If no SOURCE is given, the CTEST_SOURCE_DIRECTORY variable is used. "
"The RETURN_VALUE option specifies a variable in which to store the "
- "result, which is -1 on error, non-negative for success, and positive "
- "if there are local modifications in the work tree."
+ "result, which is the number of files updated or -1 on error."
;
}