From f4c625b5c971867108dccd5471e57c3e6926b151 Mon Sep 17 00:00:00 2001
From: Rolf Eike Beer <eike@sf-mail.de>
Date: Thu, 3 Jan 2013 10:47:21 +0100
Subject: [PATCH] tests: avoid truncation of testSystemInformation output in
 CDash

Change-Id: I7cfa9b5538c596d27ce0728b6876d18dcfe82a84
---
 testSystemInformation.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testSystemInformation.cxx b/testSystemInformation.cxx
index cfd7ce2..2cf13ff 100644
--- a/testSystemInformation.cxx
+++ b/testSystemInformation.cxx
@@ -47,6 +47,8 @@
 
 int testSystemInformation(int, char*[])
 {
+  kwsys_ios::cout << "CTEST_FULL_OUTPUT\n"; // avoid truncation
+
   kwsys::SystemInformation info;
   info.RunCPUCheck();
   info.RunOSCheck();
-- 
GitLab