From 48b997c0291ed2d3d4c28de0daeb31b75c91b1b6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Aug 2018 15:18:15 +0300 Subject: Fix testscripts broken due to build2 output change --- tests/pkg-build.test | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'tests/pkg-build.test') diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 7cf0375..10908bf 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -3138,10 +3138,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! disfigured libhello/1.0.0 using libhello/1.0.1 (external) configured libhello/1.0.1 - %mkdir .+%+ - %c\+\+ .+%+ - %ld .+%+ - updated libhello/1.0.1 + %(mkdir|c\+\+|ld|ar|updated) .+%{9} EOE } @@ -3242,9 +3239,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! fetched libhello/1.0.1 unpacked libhello/1.0.1 configured libhello/1.0.1 - %c\+\+ .+%+ - %ld .+%+ - updated libhello/1.0.1 + %(c\+\+|ld|ar|updated) .+%{7} EOE test -d cfg/libhello-1.0.1/; @@ -3267,9 +3262,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! $* libhello 2>>~%EOE%; configured libhello/1.0.1 - %c\+\+ .+%+ - %ld .+%+ - updated libhello/1.0.1 + %(c\+\+|ld|ar|updated) .+%{7} EOE test -d cfg/libhello-1.0.1/; -- cgit v1.1