Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Drush
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2012 at 18:47 UTC
Updated:
14 Mar 2012 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeryanFirst shot, doesn't really work - it seems like it's not really going into a subprocess, because after the initial run everything else runs out of memory immediately. Moshe, any thoughts?
Comment #2
moshe weitzman commentedwith --verbose you can see the commands that get executed. you should see another drush call.
i would go with drush_do_command_redispatch() which eventually calls into drush_invoke_process().
Comment #3
mikeryanOh, I just needed to array() the args arguments...