A more informative error perhaps?

This commit is contained in:
Jordan Brown
2020-04-25 00:52:41 -04:00
parent 0946c0ca3a
commit a5e96cde2e
@@ -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();