diff --git a/tests_mono.sh b/tests_mono.sh index 2f09d1d1c..5e4d0bb08 100644 --- a/tests_mono.sh +++ b/tests_mono.sh @@ -1,6 +1,9 @@ -EXCLUDE="/exclude:Windows" +EXCLUDE="-exclude:Windows,IntegrationTest" TESTDIR="." NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe" -mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Result.xml $TESTDIR/NzbDrone.Libraries.Test.dll -mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Common.Result.xm $TESTDIR/NzbDrone.Common.Test.dll \ No newline at end of file +mono $NUNIT $EXCLUDE -xml:NzbDrone.Api.Result.xml $TESTDIR/NzbDrone.Api.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Common.Result.xml $TESTDIR/NzbDrone.Common.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Core.Result.xml $TESTDIR/NzbDrone.Core.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Host.Result.xml $TESTDIR/NzbDrone.Host.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Libraries.Result.xml $TESTDIR/NzbDrone.Libraries.Test.dll \ No newline at end of file