This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/remove-plugins in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit bb1bd5493111567be04ed7fd3cd27db7b7094e07 Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Mar 30 14:35:09 2022 +0900 tests/remoteexecution/junction.py: Use tar repo instead of git repo --- tests/remoteexecution/junction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/remoteexecution/junction.py b/tests/remoteexecution/junction.py index 2d51240..943ea7f 100644 --- a/tests/remoteexecution/junction.py +++ b/tests/remoteexecution/junction.py @@ -54,7 +54,7 @@ def test_junction_build_remote(cli, tmpdir, datafiles): junction_path = os.path.join(element_path, "junction.bst") # We need a repo for real trackable elements - repo = create_repo("git", str(tmpdir)) + repo = create_repo("tar", str(tmpdir)) ref = repo.create(amhello_files_path) # ensure that the correct project directory is also listed in the junction
