diff mbox series

[3/3] CI: add spaces to TS_ENV

Message ID 20250418131002.95131-3-jon.mason@arm.com
State New
Headers show
Series [1/3] arm-bsp/external-system: correct whitespace warning | expand

Commit Message

Jon Mason April 18, 2025, 1:10 p.m. UTC
Seeing the warning:
  lack of whitespace around the assignment: 'TS_ENV="sp"'

Add the spaces to address the issue

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/fvp-base-ts.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/fvp-base-ts.yml b/ci/fvp-base-ts.yml
index ae74334edfe3..9f13bac7f045 100644
--- a/ci/fvp-base-ts.yml
+++ b/ci/fvp-base-ts.yml
@@ -21,7 +21,7 @@  local_conf_header:
     IMAGE_INSTALL:append = " packagegroup-ts-tests-psa"
     CORE_IMAGE_EXTRA_INSTALL += "optee-test"
     # Set the TS environment
-    TS_ENV="sp"
+    TS_ENV = "sp"
     # Enable and configure semihosting
     FVP_CONFIG[cluster0.cpu0.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
     FVP_CONFIG[cluster0.cpu1.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"