mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 05:30:59 -06:00
BUG: Need to include full output to be a useful test.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user