More integration test sanity

This commit is contained in:
Jordan Brown
2020-07-09 13:20:22 -04:00
parent 10362d786d
commit a24bb50190
@@ -274,6 +274,11 @@ namespace Tgstation.Server.Tests
await new InstanceManagerTest(adminClient.Instances, adminClient.Users, server.Directory).RunPostTest(cancellationToken);
}
}
catch(ApiException ex)
{
Console.WriteLine($"[{DateTimeOffset.Now}] TEST ERROR: {ex.ErrorCode}: {ex.Message}\n{ex.AdditionalServerData}");
throw;
}
catch (Exception ex)
{
Console.WriteLine($"[{DateTimeOffset.Now}] TEST ERROR: {ex}");