Skip to content
Snippets Groups Projects
Commit f4c625b5 authored by Rolf Eike Beer's avatar Rolf Eike Beer
Browse files

tests: avoid truncation of testSystemInformation output in CDash

Change-Id: I7cfa9b5538c596d27ce0728b6876d18dcfe82a84
parent 61bd9b42
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