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 10efdb42d5639f4b0694035337c8805aae3f4754 Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Mar 30 13:03:18 2022 +0900 tests/frontend/buildcheckout.py: Use tar repo instead of git repo --- tests/frontend/buildcheckout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/buildcheckout.py b/tests/frontend/buildcheckout.py index 8bc8f1c..ab891b6 100644 --- a/tests/frontend/buildcheckout.py +++ b/tests/frontend/buildcheckout.py @@ -1038,7 +1038,7 @@ def test_partial_artifact_checkout_fetch(cli, datafiles, tmpdir): project = str(datafiles) checkout_dir = os.path.join(str(tmpdir), "checkout") - repo = create_repo("git", str(tmpdir)) + repo = create_repo("tar", str(tmpdir)) repo.create(os.path.join(str(datafiles), "files")) element_dir = os.path.join(str(tmpdir), "elements") project = str(tmpdir)
