* [PATCH] fixup! ci: pytest: test sandbox configuration with labgrid
@ 2024-08-14 8:33 Ahmad Fatoum
0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2024-08-14 8:33 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
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@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-14 9:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-14 8:33 [PATCH] fixup! ci: pytest: test sandbox configuration with labgrid Ahmad Fatoum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox