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-test.test | |
parent | 48b997c0291ed2d3d4c28de0daeb31b75c91b1b6 (diff) |
Shorten build2 output matching regexes in testscripts
Diffstat (limited to 'tests/pkg-test.test')
-rw-r--r-- | tests/pkg-test.test | 11 |
1 files changed, 4 insertions, 7 deletions
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 |