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-branch.test | |
parent | d3ef22615ba7d37be18c31b2fdd1bdb6be164939 (diff) |
Parse repositories and packages files for git repositories
Diffstat (limited to 'tests/rep-fetch-git-branch.test')
-rw-r--r-- | tests/rep-fetch-git-branch.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rep-fetch-git-branch.test b/tests/rep-fetch-git-branch.test index ea78986..86f5cb1 100644 --- a/tests/rep-fetch-git-branch.test +++ b/tests/rep-fetch-git-branch.test @@ -55,7 +55,7 @@ warning: fetching over dumb HTTP, no progress will be shown' $warn4 %Cloning into '.+libbar'.+% %Submodule path 'libbar': checked out .+% - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE } @@ -82,7 +82,7 @@ warning: fetching over dumb HTTP, no progress will be shown' %fetching git:.+libfoo% $warn %Fetching in '.+$branch'.+% - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE } @@ -117,7 +117,7 @@ warning: fetching over dumb HTTP, no progress will be shown' # Preconditions. # test -f $r/tests/TODO; - test -f $r/libbar/manifest; + test -f $r/libbar/libbar/manifest; test -f $r/doc/style/README != 0; test -d $r/libbaz != 0; @@ -143,7 +143,7 @@ warning: fetching over dumb HTTP, no progress will be shown' $warn3 %Cloning into '.+libbaz'.+% %Submodule path 'libbaz': checked out .+% - 0 package\(s\) in 1 repository\(s\) + 1 package\(s\) in 1 repository\(s\) EOE # Postconditions. |