diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-09 18:55:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-09 18:55:57 +0300 |
commit | 0305f819cfa249df47ba5e78d87a4a501a58da70 (patch) | |
tree | 4c71749d38f30912da94620bc68e25de9ec70ae7 /tests/rep-fetch-git.testscript | |
parent | 43627fb7ede30a0f8f42657222b803c83de50b6f (diff) |
Print information messages instead of warnings prior to git repository deep/dumb fetching
Diffstat (limited to 'tests/rep-fetch-git.testscript')
-rw-r--r-- | tests/rep-fetch-git.testscript | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript index 8b5b010..b8008ca 100644 --- a/tests/rep-fetch-git.testscript +++ b/tests/rep-fetch-git.testscript @@ -9,13 +9,13 @@ reason_dumb = ' (dumb HTTP)' reason_unadv = ' (unadvertised commit)' -warn_dumb=' -warning: no progress will be shown (dumb HTTP)' +info_dumb=' +info: no progress will be shown (dumb HTTP)' -warn_repo_hist = "warning: fetching whole repository history" -warn_ref_hist = "warning: fetching whole reference history" +info_repo_hist = "info: fetching whole repository history" +info_ref_hist = "info: fetching whole reference history" -warn = '%.{0}' # None. +info = '%.{0}' # None. test.cleanups += &cfg/.bpkg/repos/*/*** |