diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-08 23:21:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-09 14:54:52 +0300 |
commit | 538711543c68be94b3e7e3192394bc2f19f49516 (patch) | |
tree | 49d9d40a8b8f65476d755f9016f6acc8d3ff3ee3 /tests/pkg-build.test | |
parent | a8218ef3b2f2706a810d10f3956982e5b0bd6c57 (diff) |
Call output directory just <pkg> for external packages
Diffstat (limited to 'tests/pkg-build.test')
-rw-r--r-- | tests/pkg-build.test | 8 |
1 files changed, 4 insertions, 4 deletions
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 |