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

This commit is contained in:
Brad King 2005-02-07 09:05:04 -05:00
parent 062b325de2
commit f765a56de7
1 changed files with 2 additions and 0 deletions

View File

@ -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;