Skip to content

Commit e016f01

Browse files
committed
fixup! Refactor unwrapping of temp repository on unix
1 parent 2eecb0b commit e016f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp.Tests/TestHelpers/Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static string BuildPath()
5050
{
5151
// We're running on Mono/*nix. Let's unwrap the path
5252
tempPath = UnwrapUnixTempPath();
53+
Trace.TraceInformation("Running on Unix, tempPath: '{0}'", tempPath);
5354
}
5455
else
5556
{

0 commit comments

Comments
 (0)