From 4fd96434dd9afca5f446275fd037e28a09c85edd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 18 May 2019 22:17:53 +0300 Subject: Add rep-info --deep option --- tests/pkg-checkout.testscript | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/pkg-checkout.testscript') diff --git a/tests/pkg-checkout.testscript b/tests/pkg-checkout.testscript index a284f6b..86ae341 100644 --- a/tests/pkg-checkout.testscript +++ b/tests/pkg-checkout.testscript @@ -55,7 +55,8 @@ else $rep_add "$rep/libbar.git#master"; $rep_fetch; - $* libmbar/1.0.0 2>>EOE != 0 + $* libmbar/1.0.0 2>>~%EOE% != 0 + %.+ error: no configured package satisfies dependency on style-basic >= 1.0.0 warning: repository state is now broken info: run 'bpkg rep-fetch' to repair @@ -78,7 +79,9 @@ else $pkg_configure style-basic; - $* libmbar/1.0.0 2>>EOE; + $* libmbar/1.0.0 2>>~%EOE%; + checking out libmbar/1.0.0 + %.+ distributing libmbar/1.0.0 checked out libmbar/1.0.0 EOE -- cgit v1.1