From 5e9beb9b7020ed688a1df23344df809af3618b8b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 Aug 2018 18:10:21 +0300 Subject: Shorten build2 output matching regexes in testscripts --- tests/pkg-test.test | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tests/pkg-test.test') diff --git a/tests/pkg-test.test b/tests/pkg-test.test index a54cdff..6e36ffe 100644 --- a/tests/pkg-test.test +++ b/tests/pkg-test.test @@ -64,7 +64,7 @@ test.options += --build-option -s $clone_cfg; $* libbaz 2>>~%EOE% - %info: .+libbaz-0.0.3.+ has nothing to test% + %info: .+ has nothing to test% tested libbaz/0.0.3 EOE } @@ -78,7 +78,7 @@ test.options += --build-option -s $clone_root_cfg; $* --all 2>>~%EOE% - %info: .+libbaz-0.0.3.+ has nothing to test% + %info: .+ has nothing to test% tested libbaz/0.0.3 EOE } @@ -99,8 +99,7 @@ test.options += --build-option -s $clone_cfg; $* libbaz --immediate 2>>~%EOE% - %info: .+libbaz-0.0.3.+ has nothing to test% - %info: .+libfoo-0.0.1.+ has nothing to test% + %info: .+ has nothing to test%{2} tested libbaz/0.0.3 tested libfoo/0.0.1 EOE @@ -112,9 +111,7 @@ test.options += --build-option -s $clone_cfg; $* libbaz --recursive 2>>~%EOE% - %info: .+libbaz-0.0.3.+ has nothing to test% - %info: .+libfoo-0.0.1.+ has nothing to test% - %info: .+libfix-0.0.1.+ has nothing to test% + %info: .+ has nothing to test%{3} tested libbaz/0.0.3 tested libfoo/0.0.1 tested libfix/0.0.1 -- cgit v1.1