From b1f343f5d20ea0c52a7265d134094035da13b806 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Nov 2019 15:53:40 +0300 Subject: Add --package-cwd option to bpkg-pkg-test --- tests/pkg-test.testscript | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests') diff --git a/tests/pkg-test.testscript b/tests/pkg-test.testscript index 5224696..612d53f 100644 --- a/tests/pkg-test.testscript +++ b/tests/pkg-test.testscript @@ -117,3 +117,14 @@ test.options += --build-option -s tested libfix/0.0.1 EOE } + +: package-cwd +: +{ + $clone_cfg; + + $* libbaz --recursive --package-cwd -v 2>>/~%EOE% + %(.+ test\('\./'\)|info: .+ has nothing to test)%{6} + %tested .+%{3} + EOE +} -- cgit v1.1