On Thu, Feb 5, 2009 at 3:23 PM, David Cole <[email protected]> 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 automatically. > When you run the test in a command prompt, do you see the CTEST_FULL_OUTPUT > first...? I do on one machine, but not the other. I am quite confused now what is really going on. I will investigate and post the update... > Are you sure the code rebuilt before you submitted that test result to the > dashboard? > yes > > On Thu, Feb 5, 2009 at 2:44 PM, Andriy Fedorov <[email protected]> > 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: >> >> http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/CommandLineApplication/ChangeTrackerCommandLine.cxx?rev=8576&view=markup >> The dashboard output is here: >> http://www.cdash.org/CDash/testDetails.php?test=16624115&build=264948 >> >> Is there a working solution? Thank you >> >> Andriy Fedorov >> _______________________________________________ >> CMake mailing list >> [email protected] >> http://www.cmake.org/mailman/listinfo/cmake > > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
