diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-30 22:55:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-02 11:41:23 +0300 |
commit | 4ebe65d7dda10909995c7460050811f05205e0ee (patch) | |
tree | 28c9c2c10ff2066483ab6ca1408fcf5362cceaf8 /tests/rep-fetch-git-refname.test | |
parent | 58d5690f5a0e706e2ea8b899819d0c3db22f4793 (diff) |
Add support for default and excluding git ref filters
Diffstat (limited to 'tests/rep-fetch-git-refname.test')
-rw-r--r-- | tests/rep-fetch-git-refname.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/rep-fetch-git-refname.test b/tests/rep-fetch-git-refname.test index ca1e0ff..a9842d5 100644 --- a/tests/rep-fetch-git-refname.test +++ b/tests/rep-fetch-git-refname.test @@ -14,8 +14,8 @@ $* 2>>~"%EOE%" %fetching git:.+libfoo$fragment% %querying .+libfoo\.git% - $warn %fetching from .+libfoo\.git% + $warn 1 package\(s\) in 1 repository\(s\) EOE } @@ -75,16 +75,16 @@ $pkg_checkout libfoo/1.0.0 2>>~"%EOE%"; checking out libfoo/1.0.0 %querying .+style\.git%? - $warn1 %fetching submodule 'doc/style' from .+style\.git% + $warn1 %submodule path 'doc/style': checked out .+% %querying .+style-basic\.git%? - $warn2 %fetching submodule 'doc/style/basic' from .+style-basic\.git% + $warn2 %submodule path 'doc/style/basic': checked out .+% %querying .+libbar\.git%? - $warn3 %fetching submodule 'libbar' from .+libbar\.git% + $warn3 %submodule path 'libbar': checked out .+% distributing libfoo/1.0.0 checked out libfoo/1.0.0 @@ -106,8 +106,8 @@ $* 2>>~"%EOE%" 1>&2; %fetching git:.+libfoo$fragment% %querying .+libfoo\.git% - $warn %fetching from .+libfoo\.git% + $warn %warning: unable to rmdir .?libbar.?: .+% 1 package\(s\) in 1 repository\(s\) EOE @@ -125,12 +125,12 @@ $pkg_checkout libfoo/1.0.0 2>>~"%EOE%"; checking out libfoo/1.0.0 %querying .+style\.git%? - $warn1 %fetching submodule 'doc/style' from .+style\.git% + $warn1 %submodule path 'doc/style': checked out .+% %querying .+libbaz\.git%? - $warn2 %fetching submodule 'libbaz' from .+libbaz\.git% + $warn2 %submodule path 'libbaz': checked out .+% distributing libfoo/1.0.0 checked out libfoo/1.0.0 |