From b29ad24f6d7b50075281eb6153cb08a5e763229c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Mar 2024 13:17:42 +0300 Subject: Add --ignore-unresolved-tests option for brep-load --- load/load.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'load/load.cli') diff --git a/load/load.cli b/load/load.cli index 1b7c4c5..b9aa769 100644 --- a/load/load.cli +++ b/load/load.cli @@ -57,6 +57,14 @@ class options don't detect package dependency cycles." }; + bool --ignore-unresolved-tests + { + "Ignore tests, examples, and benchmarks package manifest entries which + cannot be resolved from the main package's complement repositories, + recursively. Note that in contrast to --shallow option, such entries will + be removed from the main package manifests outright." + } + std::string --tenant { "", -- cgit v1.1