Skip to content

Commit

Permalink
test_xml: fix simple builds
Browse files Browse the repository at this point in the history
check-builds requires the project directory and not the UUID.

Signed-off-by: Thomas Weißschuh <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>
  • Loading branch information
t-8ch committed Mar 18, 2024
1 parent 57c17e8 commit 3fef5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elbepack/tests/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3fef5a6

Please sign in to comment.