This test has been failing because the Drush commandfile containing the tests was in a sub-directory. I believe this is due to the use of the autoloader, and is fixed in 2.x.
The fix is as simple as moving the provision_tests.drush.inc one directory up, and modifying a define to accommodate the change.
Patch forthcoming...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | provision-fix_tests-run_command-1912666-3.patch | 432 bytes | ergonlogic |
| #1 | provision-fix_tests-run_command-1912666-1.patch | 18.77 KB | ergonlogic |
Comments
Comment #1
ergonlogicPatch attached.
Comment #2
anarcat commentedFixed. Thanks for the patch.
Comment #3
ergonlogicNope, it's still broken. Missed a '/'. Patch attached.
Comment #4
steven jones commentedYeah this broke the builds in Jenkins: http://ci.aegirproject.org/job/D%20aegir%206.x-1.x%20install/466/
Comment #5
steven jones commentedPushed the patch from #3 into 6.x-1.x.
Comment #6
anarcat commentedGood job, thanks.