From d261d2068851172d2fb37bcc3dbbb2bb76052160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 15 Oct 2021 19:47:27 +0200 Subject: [PATCH] Manual.md: require justification for make_check --- Manual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index db605c52135f..0f268fa79ea0 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`.