summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-07 14:05:04 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-07 14:05:04 (GMT)
commitf765a56de79e15fffaab15b17665aad9f5fa11aa (patch)
tree9555e19ecda3a7d28ca42315bc663a86ae87f775 /Tests/SystemInformation
parent062b325de2e9594ceca230c7e84610d3294d8996 (diff)
downloadCMake-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/SystemInformation')
-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)