diff --git a/tests/Tgstation.Server.Tests/IntegrationTest.cs b/tests/Tgstation.Server.Tests/IntegrationTest.cs index c4180d4524..da497fd679 100644 --- a/tests/Tgstation.Server.Tests/IntegrationTest.cs +++ b/tests/Tgstation.Server.Tests/IntegrationTest.cs @@ -232,6 +232,11 @@ namespace Tgstation.Server.Tests await new InstanceManagerTest(adminClient.Instances, server.Directory).Run(cancellationToken).ConfigureAwait(false); } } + catch (Exception ex) + { + Console.WriteLine($"TEST ERROR: {ex.GetType()} in flight!"); + throw; + } finally { serverCts.Cancel();