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 --- bpkg/pkg-command.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/pkg-command.hxx') diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index b649491..b8c5e3f 100644 --- a/bpkg/pkg-command.hxx +++ b/bpkg/pkg-command.hxx @@ -28,12 +28,15 @@ namespace bpkg bool recursive, bool immediate, bool all, + bool package_cwd, cli::group_scanner& args); struct pkg_command_vars { shared_ptr pkg; strings vars; // Package-specific command line vars. + + bool cwd; // Change the working directory to the package directory. }; void -- cgit v1.1