[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cmake
Subject:    [CMake] CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE
From:       "Thompson, KT" <kgt () lanl ! gov>
Date:       2017-11-29 16:45:31
Message-ID: 7c801a5a8de94bd6b2c0640223bbb54d () EXG13-P-MBX09 ! win ! lanl ! gov
[Download RAW message or body]

Hi,

I'm trying to limit the amount of data that is uploaded to my CDash server =
by setting

set( CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "30" )
set( CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "1024" ) # bytes (1 kB)
set( CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "1024" ) # bytes (1 kB)

in my projects's CTestCustom.cmake (this file exists in my project source d=
irectory and is copied to the top level build tree).  But this seems to hav=
e no effect.  The documentation for these variables is very sparse so I wou=
ld appreciate any links to discussions or examples about how to use these v=
ariables.

Thank you!

-kt



[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
p.Code, li.Code, div.Code
	{mso-style-name:Code;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Courier New";
	color:#1F497D;}
span.EmailStyle18
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;
	font-weight:normal;
	font-style:normal;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I'm trying to limit the amount of \
data that is uploaded to my CDash server by setting<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt">set( \
CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS &quot;30&quot; )<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt">set( \
CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE &quot;1024&quot; ) # bytes (1 \
kB)<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:11.0pt">set( \
CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE &quot;1024&quot; ) # bytes (1 \
kB)<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">in my projects's CTestCustom.cmake (this file exists in my \
project source directory and is copied to the top level build tree).&nbsp; But this \
seems to have no effect.&nbsp; The documentation for these variables is  very sparse \
so I would appreciate any links to discussions or examples about how to use these \
variables.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">Thank you!<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <div \
style="mso-element:para-border-div;border:none;border-bottom:solid windowtext \
1.0pt;padding:0in 0in 1.0pt 0in"> <p class="MsoNormal" \
style="border:none;padding:0in"><span \
style="font-size:11.0pt">-kt<o:p></o:p></span></p> <p class="MsoNormal" \
style="border:none;padding:0in"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal" \
style="border:none;padding:0in"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> </div>
</div>
</body>
</html>



-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: \
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more information \
on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at \
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake
--===============0569906848==--



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic