From 0305f819cfa249df47ba5e78d87a4a501a58da70 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Aug 2019 18:55:57 +0300 Subject: Print information messages instead of warnings prior to git repository deep/dumb fetching --- tests/pkg-status.testscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/pkg-status.testscript') 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\..+\]%' } -- cgit v1.1