[CMake] 1024 BYte submission limit with cmake 2.42 +dart1

Jan Woetzel jw at mip.informatik.uni-kiel.de
Thu Jun 15 09:11:59 EDT 2006


David Cole wrote:

> Put "CTEST_FULL_OUTPUT" somewhere in your test's output and it should 
> all come through...

David, thanks a lot - a per test setting should work for now.


However,
I was hoping for a ctest option to set the value explicitly in the 
configuratiuon file.
According to
cmCTestTestHandler.cxx:387
void cmCTestTestHandler::PopulateCustomVectors(cmMakefile *mf)
{
  ...
  this->CTest->PopulateCustomInteger(mf,
                             "CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE",
                             this->CustomMaximumPassedTestOutputSize);
  this->CTest->PopulateCustomInteger(mf,
                             "CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE",
                             this->CustomMaximumFailedTestOutputSize);
  ...

shouldn't this work ?
SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "20000")
SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "20000")

Jan.

-- 

  Dipl.-Ing. Jan Woetzel
--------------------------------------------------
  University of Kiel
  Institute of Computer Science and Applied Mathematics
  Hermann-Rodewald-Str. 3 [room 310]
  24098 Kiel/Germany
--------------------------------------------------
  Phone +49-431-880-4477
  Fax   +49-431-880-4054
  Mob.  +49-179-2937346
--------------------------------------------------
  Url   www.mip.informatik.uni-kiel.de/~jw
  Email jw at mip.informatik.uni-kiel.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060615/1f36bed4/attachment.htm


More information about the CMake mailing list