diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-19 14:26:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-19 14:27:24 +0300 |
commit | 3d4838d3706de2ba0045dc9f99a3dc96398def64 (patch) | |
tree | ece29423c4ece1139169a8b952914471593fe577 /tests/rep-fetch-git-commit.test | |
parent | d3ef22615ba7d37be18c31b2fdd1bdb6be164939 (diff) |
Parse repositories and packages files for git repositories
Diffstat (limited to 'tests/rep-fetch-git-commit.test')
-rw-r--r-- | tests/rep-fetch-git-commit.test | 14 |
1 files changed, 7 insertions, 7 deletions
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 } } |