Closed (fixed)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Mar 2011 at 15:09 UTC
Updated:
30 Jun 2011 at 06:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
moshe weitzman commentedComment #2
moshe weitzman commentedI see, You want command specific XML. Yeah, its inevitable. Reopening. I won't be working on this though.
Comment #3
msonnabaum commentedDecided to take a stab at this tonight. New code is stolen from run-tests.sh almost verbatim, but seems to work fine.
Comment #4
kenorb commentedsub
Comment #5
polHello,
Can you provide an example of the command line with XML output ?
Thanks !
Comment #6
msonnabaum commentedI just added a --xml option, so you'd just add that to the existing drush test syntax.
Comment #7
polYes I saw that in the patch just after my comment ! Sorry to ask.
We've tested it here at work and it's working perfectly and as it should.
Thanks for the patch!
Comment #10
moshe weitzman commentedok with me. mark can commit once he is satisfied.
Comment #11
Anonymous (not verified) commentedsubscribe, testing now, will report back shortly.
Comment #12
Anonymous (not verified) commentedupdated patch fixes last db_query() call not wrapped in a version check.
Comment #13
moshe weitzman commentedNot a big deal, we have version independent db query and fetch functions. see drush_db_select() and friends.
Am OK if this goes in as is.
Comment #14
msonnabaum commentedTested this tonight with Jenkins and it worked great. Committed to 5.x and 4.x.