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.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
fdf3fef491
commit
83cc290601
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user