1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-15 06:49:41 +02:00

updated test script

This commit is contained in:
kay.one 2013-08-18 16:51:26 -07:00
parent ab8b521b85
commit de145015d8

View File

@ -1,6 +1,6 @@
EXCLUDE="/exclude:Windows"
TESTDIR=.
NUNIT=$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe
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