From b974e2ee951becffa2860a7c4f6fc7b35439b2ec Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 26 Jun 2025 14:47:39 +0200 Subject: [PATCH] load --- login/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/Makefile b/login/Makefile index 60b4b6eb2d..f087130862 100644 --- a/login/Makefile +++ b/login/Makefile @@ -54,7 +54,7 @@ login_test_unit: login_test_integration_build: @echo "Building login integration test environment with the local core mock image" - $(LOGIN_BAKE_CLI_WITH_ARGS) core-mock login-test-integration login-standalone --print + $(LOGIN_BAKE_CLI_WITH_ARGS) core-mock login-test-integration login-standalone --load login_test_integration_dev: login_test_integration_cleanup @echo "Starting login integration test environment with the local core mock image"