summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/SystemInformation/DumpInformation.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx
index ebf984b..c84af37 100644
--- a/Tests/SystemInformation/DumpInformation.cxx
+++ b/Tests/SystemInformation/DumpInformation.cxx
@@ -5,6 +5,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;
if(stat(name, &fs) != 0)