We have an OnDemand Bamboo setup that was working up until June 25th or so. Our setup run a series of phpunit tests for Symfony2 using the ami-889dd0e0 Atlassian AMI
After the 25th, the tests kept failing and the logs were reporting that the harness couldn't find a phpunit executable:
simple 07-Jul-2015 11:58:43 Finished task 'install via composer' with result: Success simple 07-Jul-2015 11:58:43 Starting task 'Run Tests' of type 'com.atlassian.bamboo.plugins.php:task.builder.phpunit' error 07-Jul-2015 11:58:43 Unable to find executable at /usr/bin/phpunit-3.7. Will try to run it anyway.
We haven't changed any of the configurations so I'm unclear why this isn't working anymore.
I also logged into an agent machine and configured that there isn't a /usr/bin/phpunit-3.7 executable present.
Any idea how to resolve?
Got it - thanks!
Hello Ashish,
Current images have phpunint at '/opt/phpunit-3.7/phpunit' path
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.