aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-12-07 23:15:42 +0000
committerÉrico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>2020-12-14 03:18:04 +0000
commit83cc290601d420cf55814021ff5ff102fc7acb5a (patch)
tree7af5f835849f25329cb7177d9a1a9073fcdf2123 /etc
parentfdf3fef4914c1b4bbc3f820b0f153e6ad20ef6c2 (diff)
downloadvoid-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar.gz
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar.bz2
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar.lz
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar.xz
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.tar.zst
void-packages-83cc290601d420cf55814021ff5ff102fc7acb5a.zip
xbps-src: add -K option for running the full testsuite.
Some packages have rather long test suites, with an option for a shorter one. With this option, one can choose between shorter tests (-Q) or the complete longer ones (-K). This also allows CI to run only the shorter testsuites. Make the appropriate changes to etc/default.conf and Manual.md as well.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf
index 6e297903fbd..88286deaa6f 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -71,8 +71,10 @@ XBPS_SUCMD="sudo /bin/sh -c"
# [OPTIONAL]
# Enable running the (optional) do_check() function of a package.
+# When set to 'full', will enable further testing for some packages.
#
#XBPS_CHECK_PKGS=yes
+#XBPS_CHECK_PKGS=full
# [OPTIONAL]
# Enable building -dbg subpackages with debugging symbols. Please note