From edbc4d1f8fbe1d78e4c962439ddeba358c293812 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 10 Nov 2021 19:30:58 -0500 Subject: [PATCH] CI: remove unnecessary "+=" Seeing error of WARNING: ZEPHYRTESTS:remove += is not a recommended operator combination, please replace it. Correcting the issue by changing it accordingly. Signed-off-by: Jon Mason --- ci/qemu-cortex-a53.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/qemu-cortex-a53.yml b/ci/qemu-cortex-a53.yml index fcecfc8b..536dcda1 100644 --- a/ci/qemu-cortex-a53.yml +++ b/ci/qemu-cortex-a53.yml @@ -6,7 +6,7 @@ header: local_conf_header: nonbuilding_tests: | - ZEPHYRTESTS:remove += "common device poll queue sleep" + ZEPHYRTESTS:remove = "common device poll queue sleep" machine: qemu-cortex-a53