From 538711543c68be94b3e7e3192394bc2f19f49516 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 8 Mar 2018 23:21:38 +0300 Subject: Call output directory just for external packages --- tests/pkg-build.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pkg-build.test') diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 6c5ceed..f4e77cd 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -1076,14 +1076,14 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! configured libfoo/1.1.0 unpacked libbar/1.1.0 configured libbar/1.1.0 - %info: .+dir\{libbar-1.1.0.\} is up to date% + %info: .+dir\{libbar.\} is up to date% updated libbar/1.1.0 EOE $* ./libbaz/ 2>>~%EOE%; unpacked libbaz/1.1.0 configured libbaz/1.1.0 - %info: .+dir\{libbaz-1.1.0.\} is up to date% + %info: .+dir\{libbaz.\} is up to date% updated libbaz/1.1.0 EOE @@ -1461,7 +1461,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! fetching dir:$d using libfoo/1.1.0 \(external\) configured libfoo/1.1.0 - %info: .+dir\\{libfoo-1.1.0.\\} is up to date% + %info: .+dir\\{libfoo.\\} is up to date% updated libfoo/1.1.0 EOE @@ -1487,7 +1487,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! $* libfoo 2>>~%EOE%; using libfoo/1.1.0 (external) configured libfoo/1.1.0 - %info: .+dir\{libfoo-1.1.0.\} is up to date% + %info: .+dir\{libfoo.\} is up to date% updated libfoo/1.1.0 EOE -- cgit v1.1