Skip to content
Snippets Groups Projects
Commit c4acd6b6 authored by Brad King's avatar Brad King Committed by Code Review
Browse files

Merge "tests: avoid truncation of testSystemInformation output in CDash"

parents 8bef3ec2 f4c625b5
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@
int testSystemInformation(int, char*[])
{
kwsys_ios::cout << "CTEST_FULL_OUTPUT\n"; // avoid truncation
kwsys::SystemInformation info;
info.RunCPUCheck();
info.RunOSCheck();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment