You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe as an alternative to this, you could have a specific makefile for drupal_ti; drupal-ti.make?
My specific usecase is that one of the dependencies in my module has a bug in the stable that only occurs on install, it's resolved in dev, but that doesn't help me with testing my module. The workaround (I'm currently working on) is to force the download of the dev version after Drupal has been downloaded.
While it wouldn't necessarily help with the case you linked me to, #30 would simplify things for a non-specific dev release as you'd be able to run 'drush dl MODULE --dev -y' without first having to traverse to the specific directory.
drafty specifies field_collection and entity_translation only as test_dependencies[], which drush does not support.
It also fails on drush/drush:master completely as it specifies drafty_enforce, but drush can't find it - even though this is in drafty.
The text was updated successfully, but these errors were encountered: