Browse Source

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

Brad King 21 years ago
parent
commit
f765a56de7
1 changed files with 2 additions and 0 deletions
  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;