diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-30 21:00:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-30 21:00:41 +0300 |
commit | ecb8c74e002b66f61199e1cb6bc61fabf2f29a01 (patch) | |
tree | e45ce12bfa6e9ec9b1b60a25c80cd445fbca6548 /tests/rep-fetch-git-refname.testscript | |
parent | 7a20c6dc511c39df0355f32ebeb89e16e8677834 (diff) |
Add progress indication for verifying and fixing up symlinks in pkg-checkout
Diffstat (limited to 'tests/rep-fetch-git-refname.testscript')
-rw-r--r-- | tests/rep-fetch-git-refname.testscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rep-fetch-git-refname.testscript b/tests/rep-fetch-git-refname.testscript index e9aa4e9..0275d56 100644 --- a/tests/rep-fetch-git-refname.testscript +++ b/tests/rep-fetch-git-refname.testscript @@ -93,6 +93,8 @@ %fetching submodule 'libbar/extras' from .+style-basic\.git+% $info4 %submodule path 'libbar/extras': checked out .+% + verifying symlinks... + %fixing up symlinks...%? distributing libfoo/1.0.0 checked out libfoo/1.0.0 EOE @@ -149,6 +151,8 @@ %fetching submodule 'libbaz' from .+libbaz\.git% $info2 %submodule path 'libbaz': checked out .+% + verifying symlinks... + %fixing up symlinks...%? distributing libfoo/1.0.0 checked out libfoo/1.0.0 EOE |