From 3908754edadb9afbe0f977788cc34456cbdffc5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 13:20:32 +0200 Subject: Add support for --all|-a to pkg-{update,clean,test,install,uninstall} --- bpkg/pkg-test.cli | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'bpkg/pkg-test.cli') diff --git a/bpkg/pkg-test.cli b/bpkg/pkg-test.cli index f8ad332..731c83a 100644 --- a/bpkg/pkg-test.cli +++ b/bpkg/pkg-test.cli @@ -15,17 +15,20 @@ namespace bpkg "\h|SYNOPSIS| - \c{\b{bpkg pkg-test}|\b{test} [] [] ( [])...} + \c{\b{bpkg pkg-test}|\b{test} [] [] ( [])...\n + \b{bpkg pkg-test}|\b{test} [] [] \b{--all}|\b{-a}} \h|DESCRIPTION| - The \cb{pkg-test} command tests the previously configured (via - \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) packages. - Additionally, immediate or all dependencies of the specified packages can - also be tested by specifying the \c{\b{--immediate}|\b{-i}} or + The \cb{pkg-test} command tests the specified packages (the first form) + or all the held packages (the second form, see \l{bpkg-pkg-status(1)}). + Additionally, immediate or all dependencies of these packages can also be + tested by specifying the \c{\b{--immediate}|\b{-i}} or \c{\b{--recursive}|\b{-r}} options, respectively. Underneath, this command doesn't do much more than run \cb{b test}. + In the first form the specified packages must have been previously + configured with \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}. Additional command line variables (, normally \cb{config.*}) can be passed to the build system by either specifying them before the packages, in which case they apply to the whole configuration, or after a specific @@ -36,6 +39,11 @@ namespace bpkg { "\h|PKG-TEST OPTIONS|" + bool --all|-a + { + "Test all held packages." + } + bool --immediate|-i { "Also test immediate dependencies." -- cgit v1.1