From ad3bb57dccf2831e2cf2226084a850be1723978b Mon Sep 17 00:00:00 2001 From: 0x4261756D <38735823+0x4261756D@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:07:57 +0100 Subject: [PATCH] Include failed count in test output --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 40d0d56..d56328f 100644 --- a/Program.cs +++ b/Program.cs @@ -66,6 +66,7 @@ public class Program { Console.WriteLine($"{entry.Key}: {entry.Value}"); } + Console.WriteLine($"==={failedFiles.Count}==="); } public static void TestRecursive(string directory)