Re: [CMake] Getting full console output on dashboard

2009-02-05 Thread Andriy Fedorov
On Thu, Feb 5, 2009 at 3:23 PM, David Cole wrote: > Why does the output begin with "Setting SLICER home:" > when apparently, the first thing you do in your main is print "ctest needs: > CTEST_FULL_OUTPUT" to cout.? > Yes, I noticed that, but I though CTest commands are removed from the output

Re: [CMake] Getting full console output on dashboard

2009-02-05 Thread Clinton Stimpson
Andriy Fedorov wrote: On Thu, Feb 5, 2009 at 2:46 PM, Clinton Stimpson wrote: You can add this in your ctest script. SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) Well, I don't understand why it should be 0, but in any case th

Re: [CMake] Getting full console output on dashboard

2009-02-05 Thread David Cole
Why does the output begin with "Setting SLICER home:" when apparently, the first thing you do in your main is print "ctest needs: CTEST_FULL_OUTPUT" to cout.? When you run the test in a command prompt, do you see the CTEST_FULL_OUTPUT first...? Are you sure the code rebuilt before you submitt

Re: [CMake] Getting full console output on dashboard

2009-02-05 Thread Andriy Fedorov
On Thu, Feb 5, 2009 at 2:46 PM, Clinton Stimpson wrote: > You can add this in your ctest script. > SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) > SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) > Well, I don't understand why it should be 0, but in any case this doesn't seem to change a

Re: [CMake] Getting full console output on dashboard

2009-02-05 Thread Clinton Stimpson
Andriy Fedorov wrote: Hi, I am trying to get untruncated console output for a *passing* test on dashboard. I found that I can do this with this line: cout << "CTEST_FULL_OUTPUT" << endl; in the source of my test. This doesn't seem to work -- the output is still truncated. My test is here: ht

[CMake] Getting full console output on dashboard

2009-02-05 Thread Andriy Fedorov
Hi, I am trying to get untruncated console output for a *passing* test on dashboard. I found that I can do this with this line: cout << "CTEST_FULL_OUTPUT" << endl; in the source of my test. This doesn't seem to work -- the output is still truncated. My test is here: http://viewvc.slicer.org/v