Преглед изворни кода

BUG: Need to include full output to be a useful test.

Brad King пре 21 година
родитељ
комит
f765a56de7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Tests/SystemInformation/DumpInformation.cxx

+ 2 - 0
Tests/SystemInformation/DumpInformation.cxx

@@ -4,6 +4,8 @@
 
 void cmDumpInformationPrintFile(const char* name, FILE* fout)
 {
+  fprintf(fout,
+          "Avoid ctest truncation of output: CTEST_FULL_OUTPUT\n");
   fprintf(fout,
           "================================================================\n");
   struct stat fs;