From d3f7242eb9e0476fb0c1d3caf1c6cfdfebab63d1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 Sep 2023 19:32:32 +0300 Subject: Add support for explicit hidden target configuration class --- mod/mod-build-result.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-build-result.cxx') diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx index b1b7db7..71cc59a 100644 --- a/mod/mod-build-result.cxx +++ b/mod/mod-build-result.cxx @@ -378,7 +378,7 @@ handle (request& rq, response&) // `skip`, the configuration is hidden, or is now excluded by the // package. // - if (rs != result_status::skip && belongs (*tc, "all")) + if (rs != result_status::skip && !belongs (*tc, "hidden")) { shared_ptr p ( build_db_->load (b->id.package)); -- cgit v1.1