7dc9258217fb81ce624fc035647ce28d1daf4a29
[yaffs-website] / vendor / drush / drush / tests / makefiles / options-array.make
1 core = 6.x
2 api = 2
3
4 ; Test that make preserves VCS directories.
5 options[working-copy] = TRUE
6 ; Test that make does not require a Drupal core project.
7 options[no-core] = TRUE
8
9 ; Test that make defaults to download type of git if any download
10 ; parameters are present.
11 projects[cck_signup][download][revision] = "2fe932c"
12
13 ; Test that make defaults to download type of git if any download
14 ; parameters are present.
15 projects[context_admin][download][revision] = "eb9f05e"