mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
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 <jon.mason@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user