From 3d4838d3706de2ba0045dc9f99a3dc96398def64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Feb 2018 14:26:02 +0300 Subject: Parse repositories and packages files for git repositories --- tests/rep-fetch-git-commit.test | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/rep-fetch-git-commit.test') diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test index e2752b6..3547010 100644 --- a/tests/rep-fetch-git-commit.test +++ b/tests/rep-fetch-git-commit.test @@ -45,7 +45,7 @@ warning: fetching over dumb HTTP, no progress will be shown' $warn %Cloning into '.+$abbr_commit'.+% $fetch - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE } @@ -56,7 +56,7 @@ warning: fetching over dumb HTTP, no progress will be shown' if ($git_protocol == 'https-smart-unadv') warn = '%.{0}' - fetch = "%Fetching in '.+stable'.+%" + fetch = "%Fetching in '.+$abbr_commit'.+%" else warn = "warning: fetching whole branch history" @@ -72,9 +72,9 @@ warning: fetching over dumb HTTP, no progress will be shown' $* 2>>~"%EOE%" %fetching git:.+style-basic% $warn - %Cloning into '.+stable'.+% + %Cloning into '.+$abbr_commit'.+% $fetch - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE } } @@ -103,7 +103,7 @@ warning: fetching over dumb HTTP, no progress will be shown' $warn %Cloning into '.+$abbr_commit'.+% $fetch - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE } @@ -121,8 +121,8 @@ warning: fetching over dumb HTTP, no progress will be shown' $* 2>>~"%EOE%" %fetching git:.+style-basic% $warn - %Cloning into '.+stable'.+% - 0 package\(s\) in 1 repository\(s\) + %Cloning into '.+$abbr_commit'.+% + 1 package\(s\) in 1 repository\(s\) EOE } } -- cgit v1.1