mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Improve logging for swarm update test
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user