[PATCH] fixup! ci: pytest: test sandbox configuration with labgrid
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Aug 14 01:33:48 PDT 2024
ci: pytest: add missing single quote for argument
The argument needs to be quoted, so the backslashes aren't interpreted
by the shell. Somehow I ended up sending the version with a missing
second single quote...
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
.github/workflows/test-labgrid-pytest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index 70bc570f005b..7d51a4d84d3a 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -72,7 +72,7 @@ jobs:
export KBUILD_OUTPUT=build-${{matrix.arch}}
for i in ${{matrix.lgenv}}; do
- grep -wq '\(QEMUDriver\|ExternalConsoleDriver\): "$i" || continue
+ grep -wq '\(QEMUDriver\|ExternalConsoleDriver\):' "$i" || continue
cfg=$(basename $i .yaml)
echo "Testing $cfg"
--
2.39.2
More information about the barebox
mailing list