Include failed count in test output

This commit is contained in:
0x4261756D 2024-02-21 16:07:57 +01:00
parent 17a8beb2b7
commit ad3bb57dcc

View File

@ -66,6 +66,7 @@ public class Program
{ {
Console.WriteLine($"{entry.Key}: {entry.Value}"); Console.WriteLine($"{entry.Key}: {entry.Value}");
} }
Console.WriteLine($"==={failedFiles.Count}===");
} }
public static void TestRecursive(string directory) public static void TestRecursive(string directory)