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/pkg-status.testscript | |
parent | 43627fb7ede30a0f8f42657222b803c83de50b6f (diff) |
Print information messages instead of warnings prior to git repository deep/dumb fetching
Diffstat (limited to 'tests/pkg-status.testscript')
-rw-r--r-- | tests/pkg-status.testscript | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/pkg-status.testscript b/tests/pkg-status.testscript index 7e0399c..39ea85a 100644 --- a/tests/pkg-status.testscript +++ b/tests/pkg-status.testscript @@ -205,11 +205,7 @@ else $clone_root_cfg; $rep_add "$rep/libbar.git#master" && $rep_add "$rep/style.git#master"; - # Convert specific warnings to infos as we expect them to appear. This, in - # particular, prevents bbot workers to set task result status to warning. - # - $rep_fetch 2>&1 | \ - sed -e 's/warning: (fetching (over|whole) .*)/info: \1/' >&2 2>!; + $rep_fetch 2>!; $* style-basic >~'%style-basic available \[1\.1\.0-a\.0\..+\]%' } |