JonIsTooShort
13 years agoNew Contributor
Testrunner as a cron job on linux having trouble
I'm having some trouble with my cron job running testrunner on a linux server.
I've got a perl script running my test suites and outputting the results to a file, then doing a little analysis and emailing the results off on a nightly basis. Well if I run my perl script manually, it works great. The tests run, the output redirects to the file, everything is quite dandy.
When I try to use cron to run the script, instead of getting my test results in the file, I get only the header that shows testrunner is beginning to run, with the SOAPUI_HOME variable showing as set.
Where do I begin to look for trouble with this? I am keen to do some investigation myself, but I'm not even entirely sure where to start.
I've got a perl script running my test suites and outputting the results to a file, then doing a little analysis and emailing the results off on a nightly basis. Well if I run my perl script manually, it works great. The tests run, the output redirects to the file, everything is quite dandy.
When I try to use cron to run the script, instead of getting my test results in the file, I get only the header that shows testrunner is beginning to run, with the SOAPUI_HOME variable showing as set.
Where do I begin to look for trouble with this? I am keen to do some investigation myself, but I'm not even entirely sure where to start.