소스 검색

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.
Brad King 16 년 전
부모
커밋
0afa7a95f2
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      Tests/SystemInformation/DumpInformation.cxx

+ 4 - 2
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
     };