This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/buildtree-shell in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 1a669b5fc96d03e2d58dca0a6968d56779b67d07 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Nov 14 14:07:29 2025 +0100 tests/integration/shellbuildtrees.py: Test working directory in artifact Adjust `test_shell_pull_artifact_cached_buildtree` now that the working directory is stored in the artifact. --- tests/integration/shellbuildtrees.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/shellbuildtrees.py b/tests/integration/shellbuildtrees.py index d042ea5fd..437668ac2 100644 --- a/tests/integration/shellbuildtrees.py +++ b/tests/integration/shellbuildtrees.py @@ -362,8 +362,7 @@ def test_shell_pull_artifact_cached_buildtree(share_with_buildtrees, datafiles, artifact_name, "--", "cat", - # We don't preserve the working directory in artifacts, so we will be executing at / - "/buildstream/test/build-shell/buildtree.bst/test", + "test", ], )
