1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 17:17:02 +00:00

fixed linux integration tests

This commit is contained in:
kay.one 2013-04-29 21:14:53 -07:00
parent b8afad8adb
commit d6cc0b40fb

View file

@ -27,6 +27,8 @@ public void Setup()
[TearDown] [TearDown]
public void TearDown() public void TearDown()
{ {
WindowsOnly();
if (Subject.ServiceExist(TEMP_SERVICE_NAME)) if (Subject.ServiceExist(TEMP_SERVICE_NAME))
{ {
Subject.UnInstall(TEMP_SERVICE_NAME); Subject.UnInstall(TEMP_SERVICE_NAME);