The unit test output is lost but the tests complete. The final result is unreliable.
I was running Jenkins from the "mvn hpi:run" in my plugin development directory. I've been able to work around the issue by wrapping the output-producing program in another script that reads and echoes the output. -Greg On Apr 2, 2013, at 5:00 PM, Sami Tikka <[email protected]> wrote: > Do you mean the unit test output is lost but the tests complete? Do they > anyway succeed? > > Or did you mean the tests hang and never complete? > > How did you install Jenkins? What is the environment? > > -- Sami > > Greg Cooksey <[email protected]> kirjoitti 20.3.2013 kello 16.54: > >> Hi, >> >> I'm having a problem with the Xcode plugin, and I'm not sure whether this is >> the correct place to ask about plugin issues. Please let me know if there's >> another place that would be more useful. >> >> I'm working on getting application unit tests going in our CI environment, >> and I'm seeing some weird behavior in Jenkins. All of my tests run, but I >> only see the output from the first test in the Jenkins log. If I run >> xcodebuild from the command line to run my unit tests, I get output from all >> of the tests. Any ideas what could be going wrong, or suggestions for >> further troubleshooting? >> >> Thanks, >> >> -Greg -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
