mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab
With the change to regularize the usage of TEST_PY_TEST_SPEC in the sjg-lab stanza with commitc7f360f20d("Gitlab: Rework sjg-lab calling test.py to be closer to test.py stage") the leading "and " part of the usage under qemu-x86_64 wasn't removed when it should have been. Do so now. Fixes:c7f360f20d("Gitlab: Rework sjg-lab calling test.py to be closer to test.py stage") Reviewed-by: Simon Glass <simon.glass@canonical.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -795,5 +795,5 @@ vf2:
|
|||||||
qemu-x86_64:
|
qemu-x86_64:
|
||||||
variables:
|
variables:
|
||||||
ROLE: qemu-x86_64
|
ROLE: qemu-x86_64
|
||||||
TEST_PY_TEST_SPEC: "and not sleep"
|
TEST_PY_TEST_SPEC: "not sleep"
|
||||||
<<: *sjg_lab_dfn
|
<<: *sjg_lab_dfn
|
||||||
|
|||||||
Reference in New Issue
Block a user