Patch adds support for failed builds & allows for messages as test conditions.
Currently no tests actually test these features, the particular test I had in mind is for testing drupal.org integration and failing on non-drupal.org sources.
Requires fixes to d.o integration.
| Comment | File | Size | Author |
|---|---|---|---|
| drush_make_test_redux.patch | 6.55 KB | yhahn |
Comments
Comment #1
dmitrig01 commentedCan this work with failing tests as well?
Comment #2
dmitrig01 commentedI committed this for now, but we should add an option like 'should fail' => TRUE
Comment #3
yhahn commentedHm, this is covered by
'build' => FALSE... maybe the key needs to be renamed? (I was thinking "build" means "whether this drush make build completes" TRUE/FALSE)Comment #4
dmitrig01 commentedyeah, nm