Loading tests/makefiles/do-fail-branch.make +2 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ api = 2 projects[update_test_module][version] = "3.x-dev" projects[update_test_module][download][type] = "git" projects[update_test_module][download][revision] = "2bfc8d9" ; Will fail since the 'url' attribute is not allowed. projects[update_test_module][download][url] = "git://git.drupal.org/project/update_test_module.git" ; Will fail since remote 'url' attributes are not allowed. projects[update_test_module][download][url] = "git://github.com/project/update_test_module.git" Loading
tests/makefiles/do-fail-branch.make +2 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ api = 2 projects[update_test_module][version] = "3.x-dev" projects[update_test_module][download][type] = "git" projects[update_test_module][download][revision] = "2bfc8d9" ; Will fail since the 'url' attribute is not allowed. projects[update_test_module][download][url] = "git://git.drupal.org/project/update_test_module.git" ; Will fail since remote 'url' attributes are not allowed. projects[update_test_module][download][url] = "git://github.com/project/update_test_module.git"