summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/build_test_suites.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_test_suites.py b/ci/build_test_suites.py
index cdcba5a87e..0ab6dabae0 100644
--- a/ci/build_test_suites.py
+++ b/ci/build_test_suites.py
@@ -293,7 +293,7 @@ def execute_build_plan(build_plan: BuildPlan):
build_command.append(get_top().joinpath(SOONG_UI_EXE_REL_PATH))
build_command.append('--make-mode')
build_command.extend(build_plan.build_targets)
-
+ logging.info(f'Running build command: {build_command}')
try:
run_command(build_command)
except subprocess.CalledProcessError as e: