Include failed count in test output
This commit is contained in:
parent
17a8beb2b7
commit
ad3bb57dcc
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user