Improve logging for swarm update test

This commit is contained in:
Dominion
2023-04-29 22:59:46 -04:00
parent 677e358100
commit 0ef83b872b
@@ -438,14 +438,17 @@ namespace Tgstation.Server.Tests.Live
CheckServerUpdated(node1);
CheckServerUpdated(node2);
}
catch (Exception ex)
{
Console.WriteLine($"[{DateTimeOffset.UtcNow}] TEST ERROR: {ex}");
throw;
}
finally
{
serverCts.Cancel();
await serverTask;
}
}
new LiveTestingServer(null, false).Dispose();
}
[TestMethod]