From 7fe4f51dd581f2f7d7afcc289c1633f7e3ceb35a Mon Sep 17 00:00:00 2001 From: Razvan-Liviu Varzaru Date: Wed, 4 Sep 2024 14:30:00 +0300 Subject: [PATCH] MDBF-786 - Make build output verbose, as a rule Enabled VERBOSE=1 for quick builders. --- common_factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_factories.py b/common_factories.py index 889b688a..4bd7de41 100644 --- a/common_factories.py +++ b/common_factories.py @@ -201,7 +201,7 @@ def getBuildFactoryPreTest(build_type="RelWithDebInfo", additional_args=""): "additional_args", default=f"{additional_args}" ), create_package=util.Property("create_package", default="package"), - verbose_build=util.Property("verbose_build", default=""), + verbose_build=util.Property("verbose_build", default="VERBOSE=1"), ), ], env={"CCACHE_DIR": "/mnt/ccache"},