diff options
author | Brad King <brad.king@kitware.com> | 2005-02-07 14:05:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-07 14:05:04 (GMT) |
commit | f765a56de79e15fffaab15b17665aad9f5fa11aa (patch) | |
tree | 9555e19ecda3a7d28ca42315bc663a86ae87f775 /Tests | |
parent | 062b325de2e9594ceca230c7e84610d3294d8996 (diff) | |
download | CMake-f765a56de79e15fffaab15b17665aad9f5fa11aa.zip CMake-f765a56de79e15fffaab15b17665aad9f5fa11aa.tar.gz CMake-f765a56de79e15fffaab15b17665aad9f5fa11aa.tar.bz2 |
BUG: Need to include full output to be a useful test.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.cxx | 2 |
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) |