Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
50e5d817
Commit
50e5d817
authored
Feb 20, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the check in the 'hg' integration tests for the 'heads' file, as that was a bit of an idiom
copied over from the svn module.
parent
ea21e5b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
tests_new/integration/roles/test_hg/tasks/main.yml
+3
-4
No files found.
tests_new/integration/roles/test_hg/tasks/main.yml
View file @
50e5d817
...
...
@@ -55,14 +55,13 @@
stat
:
path={{ checkout_dir }}/.hgtags
register
:
tags
-
name
:
check for HEAD
stat
:
path={{ checkout_dir }}/.hg/cache/branchheads
register
:
head
-
name
:
check for remotes
stat
:
path={{ checkout_dir }}/.hg/branch
register
:
branches
-
debug
:
var=tags
-
debug
:
var=branches
-
name
:
assert presense of tags/trunk/branches
assert
:
that
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment