Skip to content

Commit 94c57f0

Browse files
committed
[temp]
1 parent 509dfab commit 94c57f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ExampleTester/ExampleTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ private static string FindTmpDirectory()
2626
{
2727
for (string? current = AppDomain.CurrentDomain.BaseDirectory; current != null; current = Path.GetDirectoryName(current))
2828
{
29+
Console.WriteLine($"Trying directory '{current}' containing {string.Join(", ", Directory.GetFileSystemEntries(current).Select(Path.GetFileName))}");
30+
2931
string testPath = Path.Join(current, "tmp");
3032
if (Directory.Exists(testPath))
3133
return testPath;

0 commit comments

Comments
 (0)