mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Update PoolTestLogHandler.cs
(cherry picked from commit 9ab44b0d84749484f0ff9f5e13f5f646205d113f)
This commit is contained in:
@@ -42,6 +42,11 @@ public sealed class PoolTestLogHandler : ILogHandler
|
||||
{
|
||||
var level = message.Level.ToRobust();
|
||||
|
||||
// Ignore Sawmill Warnings. This means tests will only fail on debug asserts.
|
||||
// Remove this when we fix the loadout performance issue.
|
||||
if (level == LogLevel.Warning)
|
||||
return;
|
||||
|
||||
if (ShuttingDown && (FailureLevel == null || level < FailureLevel))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user