mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
--annotate and --message aren't valid options in older versions of git.
This commit is contained in:
parent
ee85c901ea
commit
c542895bd2
@ -87,7 +87,7 @@ class GitModuleTest(integration.ModuleCase):
|
||||
)
|
||||
# Add a tag
|
||||
subprocess.check_call(
|
||||
['git', 'tag', '--annotate', self.tags[0], '--message', 'Add tag']
|
||||
['git', 'tag', '-a', self.tags[0], '-m', 'Add tag']
|
||||
)
|
||||
# Checkout a second branch
|
||||
subprocess.check_call(
|
||||
|
Loading…
Reference in New Issue
Block a user