From 50e5d81777e6228cc90b982c111e5f51e78e965d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 20 Feb 2014 14:37:30 -0500 Subject: [PATCH] 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. --- tests_new/integration/roles/test_hg/tasks/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests_new/integration/roles/test_hg/tasks/main.yml b/tests_new/integration/roles/test_hg/tasks/main.yml index 4b4c194412..4607bf270e 100644 --- a/tests_new/integration/roles/test_hg/tasks/main.yml +++ b/tests_new/integration/roles/test_hg/tasks/main.yml @@ -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: