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-update.test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/pkg-update.test') diff --git a/tests/pkg-update.test b/tests/pkg-update.test index a868ea2..73e1221 100644 --- a/tests/pkg-update.test +++ b/tests/pkg-update.test @@ -104,7 +104,8 @@ $* 2>>EOE != 0 $pkg_configure libhello; $* $j1 libhello 2>>~%EOE%; - %(c\+\+|ar|ld|updated) .+%{7} + %(c\+\+|ar|ld) .+%{6} + updated libhello/1.0.0 EOE $* libhello 2>>~%EOE%; @@ -124,7 +125,8 @@ $* 2>>EOE != 0 $pkg_unpack -e $src/libhello-1.0.0 && $pkg_configure libhello; $* $j1 libhello 2>>~%EOE%; - %(mkdir|c\+\+|ar|ld|updated) .+%{9} + %(mkdir|c\+\+|ar|ld) .+%{8} + updated libhello/1.0.0 EOE $* libhello 2>>~%EOE%; -- cgit v1.1