mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
More integration test sanity
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user