Commit ed601f96 by Toshio Kuratomi

Merge pull request #10683 from timsutton/remove-old-git-integration-test

Git integration test: remove test for ambiguous .git/branches dir
parents c14f072a 5f1ba589
...@@ -65,16 +65,11 @@ ...@@ -65,16 +65,11 @@
stat: path={{ checkout_dir }}/.git/HEAD stat: path={{ checkout_dir }}/.git/HEAD
register: head register: head
- name: check for remotes
stat: path={{ checkout_dir }}/.git/branches
register: branches
- name: assert presence of tags/trunk/branches - name: assert presence of tags/trunk/branches
assert: assert:
that: that:
- "tags.stat.isdir" - "tags.stat.isdir"
- "head.stat.isreg" - "head.stat.isreg"
- "branches.stat.isdir"
- name: verify on a reclone things are marked unchanged - name: verify on a reclone things are marked unchanged
assert: assert:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment