mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
trying to fix nunit in teamcity.
This commit is contained in:
parent
3162e4864d
commit
ddff5dbad4
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ namespace NzbDrone.Test.Common
|
|||
{
|
||||
}
|
||||
|
||||
if (TestContext.CurrentContext.Result.Status == TestStatus.Failed)
|
||||
if (TestContext.CurrentContext.Result.State == TestState.Failure || TestContext.CurrentContext.Result.State == TestState.Error)
|
||||
{
|
||||
var testName = TestContext.CurrentContext.Test.Name.ToLower();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue