diff options
author | Brad King <brad.king@kitware.com> | 2009-07-27 16:35:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-27 16:35:12 (GMT) |
commit | 0afa7a95f2edf21ab16105c1920f3833f13b1ad6 (patch) | |
tree | 057576e8b63dec11be4d29ce8c6288b0bd5a7421 /Tests/SystemInformation/DumpInformation.cxx | |
parent | 7ae028eb3318820bc95b7a6ab2595e07f88b6a4a (diff) | |
download | CMake-0afa7a95f2edf21ab16105c1920f3833f13b1ad6.zip CMake-0afa7a95f2edf21ab16105c1920f3833f13b1ad6.tar.gz CMake-0afa7a95f2edf21ab16105c1920f3833f13b1ad6.tar.bz2 |
ENH: Report CMake logs in SystemInformation test
This teaches the SystemInformation test to report the CMake log files
CMakeOutput.log and CMakeError.log from the CMake build tree and from
the SystemInformation test build tree. These logs may help diagnose
dashboard problems remotely.
Diffstat (limited to 'Tests/SystemInformation/DumpInformation.cxx')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx index c84af37..579dcbc 100644 --- a/Tests/SystemInformation/DumpInformation.cxx +++ b/Tests/SystemInformation/DumpInformation.cxx @@ -60,11 +60,13 @@ int main(int,char *[]) DumpInformation_BINARY_DIR "/OtherProperties.txt", DumpInformation_BINARY_DIR "/../../Source/cmConfigure.h", DumpInformation_BINARY_DIR "/../../CMakeCache.txt", - DumpInformation_BINARY_DIR "/../../CMakeOutput.log", - DumpInformation_BINARY_DIR "/../../CMakeError.log", + DumpInformation_BINARY_DIR "/../../CMakeFiles/CMakeOutput.log", + DumpInformation_BINARY_DIR "/../../CMakeFiles/CMakeError.log", DumpInformation_BINARY_DIR "/../../Bootstrap.cmk/cmake_bootstrap.log", DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.hxx", DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.h", + DumpInformation_BINARY_DIR "/CMakeFiles/CMakeOutput.log", + DumpInformation_BINARY_DIR "/CMakeFiles/CMakeError.log", 0 }; |