From f765a56de79e15fffaab15b17665aad9f5fa11aa Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 7 Feb 2005 09:05:04 -0500 Subject: BUG: Need to include full output to be a useful test. --- Tests/SystemInformation/DumpInformation.cxx | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v0.12