Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d97e7ff

Browse files
Adding more logging information to RepositoryManagerTests
1 parent 5822ece commit d97e7ff

File tree

2 files changed

+517
-416
lines changed

2 files changed

+517
-416
lines changed

src/tests/IntegrationTests/BaseGitRepoTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ public override void OnSetup()
1616
TestRepoMasterDirtyUnsynchronized = TestBasePath.Combine("IOTestsRepo", "IOTestsRepo_master_dirty_unsync");
1717
TestRepoMasterTwoRemotes = TestBasePath.Combine("IOTestsRepo", "IOTestsRepo_master_two_remotes");
1818

19+
Logger.Trace("Extracting Zip File to {0}", TestBasePath);
1920
ZipHelper.ExtractZipFile(TestZipFilePath, TestBasePath.ToString(), CancellationToken.None);
21+
Logger.Trace("Extracted Zip File");
2022
}
2123

2224
protected NPath TestRepoMasterCleanSynchronized { get; private set; }

0 commit comments

Comments
 (0)