[elbe-devel] [PATCH 01/11] test_xml: fix simple builds
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Mar 13 16:54:50 CET 2024
check-builds requires the project directory and not the UUID.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/tests/test_xml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/tests/test_xml.py b/elbepack/tests/test_xml.py
index 42ff17ed4b26..47bebb9f739c 100644
--- a/elbepack/tests/test_xml.py
+++ b/elbepack/tests/test_xml.py
@@ -39,7 +39,7 @@ def simple_build(request, tmp_path_factory):
system(f'{sys.executable} {elbe_exe} control list_projects | '
f'grep {uuid} | grep build_done || false')
- yield uuid
+ yield build_dir
_delete_project(uuid)
--
2.44.0
More information about the elbe-devel
mailing list