diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-18 22:17:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-21 11:39:35 +0300 |
commit | 4fd96434dd9afca5f446275fd037e28a09c85edd (patch) | |
tree | 951b587dfe5e70c4390e200638f10eae8e30174f /tests/rep-fetch-git-refname.testscript | |
parent | 2383d8e0a38e2c07cf0418436d1476c3f9b6ab97 (diff) |
Add rep-info --deep option
Diffstat (limited to 'tests/rep-fetch-git-refname.testscript')
-rw-r--r-- | tests/rep-fetch-git-refname.testscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rep-fetch-git-refname.testscript b/tests/rep-fetch-git-refname.testscript index 71305ea..37fdcba 100644 --- a/tests/rep-fetch-git-refname.testscript +++ b/tests/rep-fetch-git-refname.testscript @@ -62,6 +62,7 @@ warn1 = '%.{0}'; warn2 = '%.{0}'; warn3 = '%.{0}'; + warn4 = '%.{0}'; if ($git_protocol == 'local' || \ $git_protocol == 'https-smart' || \ @@ -72,6 +73,7 @@ warn1 = "$warn_ref_hist for submodule 'doc/style'$reason_dumb$warn_dumb" warn2 = "$warn_repo_hist for submodule 'doc/style/basic'$reason_dumb$warn_dumb" warn3 = "$warn_ref_hist for submodule 'libbar'$reason_dumb$warn_dumb" + warn4 = "$warn_ref_hist for submodule 'libbar/extras'$reason_dumb$warn_dumb" end; $pkg_checkout libfoo/1.0.0 2>>~"%EOE%"; @@ -88,6 +90,9 @@ %fetching submodule 'libbar' from .+libbar\.git% $warn3 %submodule path 'libbar': checked out .+% + %fetching submodule 'libbar/extras' from .+style-basic\.git+% + $warn4 + %submodule path 'libbar/extras': checked out .+% distributing libfoo/1.0.0 checked out libfoo/1.0.0 EOE |