Re: Is it possible to show runtime test progress or results to console output when a build is still running?

2012-04-22 Thread Sami Tikka
If "manage.py" would print test results into standard output, Jenkins build console would show how the tests are going. Or did you mean that "manage.py" actually does that, but you do not see the output from manage.py until it has finished? If that's the case, the problem is caused by manage.py u

Is it possible to show runtime test progress or results to console output when a build is still running?

2012-04-22 Thread photon
Jenkins is a powerful tool, but when I build a job, I cannot see runtime test progress or test results on the console output. The job is built by way of "Execute shell". For example, I have following test results: + ./manage.py test api ..EEFBuild was aborte But jenkins only show the test result