From 82153509faf8a20373d8476c29e02acec16dae7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 5 Sep 2024 10:58:30 +0200 Subject: [PATCH] nit: Correct typo in Makefile help output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 239e8631c9..d992246dd6 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ run_ctx_ansible_test: ci_ctx ## Run molecule check in a container .PHONY: run_ctx_architecture_test run_ctx_architecture_test: export _DIR="${HOME}/ci-framework-data/validate-${SCENARIO_NAME}" -run_ctx_architecture_test: ## Run architecture_test in a container. You can pass any ansible-playbook options using ANSIBLE_OPTS. Mandatory options are SCENARIO_NAME (such as hci), ARCH_REPO (architecture repository path) and NET_ENV_VILE (usually ./ci/playbooks/files/networking-env-definition.yml). Since this is running in container, be sure to prefix the paths with either "./" or "../" for relative paths. +run_ctx_architecture_test: ## Run architecture_test in a container. You can pass any ansible-playbook options using ANSIBLE_OPTS. Mandatory options are SCENARIO_NAME (such as hci), ARCH_REPO (architecture repository path) and NET_ENV_FILE (usually ./ci/playbooks/files/networking-env-definition.yml). Since this is running in container, be sure to prefix the paths with either "./" or "../" for relative paths. $(call check-var-defined,SCENARIO_NAME) $(call check-var-defined,ARCH_REPO) $(call check-var-defined,NET_ENV_FILE)