diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 18:10:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 18:10:21 +0300 |
commit | 5e9beb9b7020ed688a1df23344df809af3618b8b (patch) | |
tree | 7cb9f149716d0bfbf292a47512651f85e66549e4 /tests/pkg-system.test | |
parent | 48b997c0291ed2d3d4c28de0daeb31b75c91b1b6 (diff) |
Shorten build2 output matching regexes in testscripts
Diffstat (limited to 'tests/pkg-system.test')
-rw-r--r-- | tests/pkg-system.test | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/pkg-system.test b/tests/pkg-system.test index ebe3b94..a681127 100644 --- a/tests/pkg-system.test +++ b/tests/pkg-system.test @@ -161,8 +161,7 @@ rep_remove += -d cfg 2>! unpacked libbar/2 configured libbar/2 configured foo/2 - %info: .+ is up to date% - %info: .+ is up to date% + %info: .+ is up to date%{2} updated libbar/2 updated foo/2 EOE @@ -347,8 +346,7 @@ rep_remove += -d cfg 2>! %.*fetched foo/2% unpacked foo/2 configured foo/2 - %info: .+ is up to date% - %info: .+ is up to date% + %info: .+ is up to date%{2} updated libbar/2 updated foo/2 EOE @@ -389,8 +387,7 @@ rep_remove += -d cfg 2>! unpacked libbar/2 configured libbar/2 configured foo/2 - %info: .+ is up to date% - %info: .+ is up to date% + %info: .+ is up to date%{2} updated libbar/2 updated foo/2 EOE @@ -441,8 +438,7 @@ rep_remove += -d cfg 2>! %.*fetched foo/2% unpacked foo/2 configured foo/2 - %info: .+ is up to date% - %info: .+ is up to date% + %info: .+ is up to date%{2} updated libbar/2 updated foo/2 EOE |