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 4ecb6ebdf6bb0444e4f4aa203732767f78be5786 Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Mar 30 12:32:00 2022 +0900 tests/frontend/logging.py: Use tar repo instead of git repo --- tests/frontend/logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/frontend/logging.py b/tests/frontend/logging.py index fd49a54..315d20b 100644 --- a/tests/frontend/logging.py +++ b/tests/frontend/logging.py @@ -26,7 +26,7 @@ def test_default_logging(cli, tmpdir, datafiles): # Create our repo object of the given source type with # the bin files, and then collect the initial ref. # - repo = create_repo("git", str(tmpdir)) + repo = create_repo("tar", str(tmpdir)) ref = repo.create(bin_files_path) # Write out our test target @@ -55,7 +55,7 @@ def test_custom_logging(cli, tmpdir, datafiles): # Create our repo object of the given source type with # the bin files, and then collect the initial ref. # - repo = create_repo("git", str(tmpdir)) + repo = create_repo("tar", str(tmpdir)) ref = repo.create(bin_files_path) # Write out our test target
