Skip to content

Commit

Permalink
nunit command update
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jan 27, 2016
1 parent 1af167a commit 838ae3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dotnet/test-dotnet.sh
Expand Up @@ -3,8 +3,4 @@ echo "Building..."
. ./build-dotnet-mono.sh

echo "Running tests"

# note: nunit-2.6.2 crashes on Mono. Stick with 2.6.1 for the time being.
NUNIT="mono ${MONO_OPTIONS} ${HOME}/Projects/NUnit-2.6.1/bin/nunit-console.exe"

${NUNIT} -framework:4.0 -noshadow -nothread Serpent.Test/bin/Release/Razorvine.Serpent.Test.dll
nunit-console -noshadow Serpent.Test/bin/Release/Razorvine.Serpent.Test.dll

0 comments on commit 838ae3a

Please sign in to comment.