diff options
author | Brad King <brad.king@kitware.com> | 2009-12-18 13:13:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-18 13:13:51 (GMT) |
commit | a73833d03742c504a6b8927cc276d5e34e1aeab2 (patch) | |
tree | 3d15b0ffc4de2534ec35d840b82f8fb1485e7fcc /Source/CTest/cmCTestGlobalVC.h | |
parent | 449b9aea23442de90e54ecc506a34257f4d3783e (diff) | |
download | CMake-a73833d03742c504a6b8927cc276d5e34e1aeab2.zip CMake-a73833d03742c504a6b8927cc276d5e34e1aeab2.tar.gz CMake-a73833d03742c504a6b8927cc276d5e34e1aeab2.tar.bz2 |
Submit global tree revision in Update.xml
We teach CTest to report in a <Revision> element the revision of the
source tree that was tested. This makes sense for all modern VCS tools
because they version the whole tree. We simply omit this element for
CVS because it only versions files. See issue #7541.
Diffstat (limited to 'Source/CTest/cmCTestGlobalVC.h')
-rw-r--r-- | Source/CTest/cmCTestGlobalVC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestGlobalVC.h b/Source/CTest/cmCTestGlobalVC.h index d88016b..a648a59 100644 --- a/Source/CTest/cmCTestGlobalVC.h +++ b/Source/CTest/cmCTestGlobalVC.h @@ -60,6 +60,7 @@ protected: virtual void LoadModifications() = 0; virtual void LoadRevisions() = 0; + virtual void WriteXMLGlobal(std::ostream& xml); void WriteXMLDirectory(std::ostream& xml, std::string const& path, Directory const& dir); }; |