From dab8a31a7902c1251db2c6e198d71a6608e76958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 1 May 2025 11:50:01 -0300 Subject: [PATCH] xbps-src: document -Q non-recursiveness Document in usage that running check with -Q is not recursive, and running check with -K is recursive. This behaviour was implemented in #54633. --- xbps-src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 1ce830c7bf9..c6b45effefd 100755 --- a/xbps-src +++ b/xbps-src @@ -231,9 +231,10 @@ $(print_cross_targets) Variable is split and each word is printed in separate line by default. In order to print the whole value in one line, append asterisk to variable name. --Q Enable running the check stage. +-Q Enable running the check stage, for the target package only. -K Enable running the check stage with longer tests. + Unlike -Q, this will also run the check stage on built dependencies. -q Suppress informational output of xbps-src (build output is still printed).