From de145015d870173e4f21c4c3be8ba7c28904158a Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sun, 18 Aug 2013 16:51:26 -0700 Subject: [PATCH] updated test script --- tests_mono.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests_mono.sh b/tests_mono.sh index ac5676997..2f09d1d1c 100644 --- a/tests_mono.sh +++ b/tests_mono.sh @@ -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 \ No newline at end of file