BUG: Need to include full output to be a useful test.
This commit is contained in:
parent
062b325de2
commit
f765a56de7
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
void cmDumpInformationPrintFile(const char* name, FILE* fout)
|
void cmDumpInformationPrintFile(const char* name, FILE* fout)
|
||||||
{
|
{
|
||||||
|
fprintf(fout,
|
||||||
|
"Avoid ctest truncation of output: CTEST_FULL_OUTPUT\n");
|
||||||
fprintf(fout,
|
fprintf(fout,
|
||||||
"================================================================\n");
|
"================================================================\n");
|
||||||
struct stat fs;
|
struct stat fs;
|
||||||
|
|
Loading…
Reference in New Issue