aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2021-10-15 19:47:27 +0200
committerPiotr <chocimier@tlen.pl>2021-10-25 19:27:12 +0200
commit071d4ddd6bcdd8a0c04c00ec6cfaca97af58e898 (patch)
treee28d970f3c5476cf67d2e9a75079b6aae5cc1821 /Manual.md
parentperl-Path-Tiny: update to 0.120. (diff)
Manual.md: require justification for make_check
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md
index db605c52135..0f268fa79ea 100644
--- a/Manual.md
+++ b/Manual.md
@@ -605,8 +605,7 @@ patches to the package sources during `do_patch()`. Patches are stored in
and `XBPS_MAKEJOBS` has no effect.
- `make_check` Sets the cases in which the `check` phase is run.
-This option should usually be accompanied by a comment explaining why it was set, especially when
-set to `no`.
+This option has to be accompanied by a comment explaining why the tests fail.
Allowed values:
- `yes` (the default) to run if `XBPS_CHECK_PKGS` is set.
- `extended` to run if `XBPS_CHECK_PKGS` is `full`.