Skip to content

Commit

Permalink
prevent occasional AppDomainUnloadedException from nunit
Browse files Browse the repository at this point in the history
jtattermusch committed Aug 26, 2015
1 parent 7e3c3b2 commit 940caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_csharp.bat
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ cd /d %~dp0\..\..\src\csharp
@rem set UUID variable to a random GUID, we will use it to put TestResults.xml to a dedicated directory, so that parallel test runs don't collide
for /F %%i in ('powershell -Command "[guid]::NewGuid().ToString()"') do (set UUID=%%i)

packages\NUnit.Runners.2.6.4\tools\nunit-console-x86.exe -labels "%1/bin/Debug/%1.dll" -work test-results/%UUID% || goto :error
packages\NUnit.Runners.2.6.4\tools\nunit-console-x86.exe /domain:None -labels "%1/bin/Debug/%1.dll" -work test-results/%UUID% || goto :error

endlocal

0 comments on commit 940caa2

Please sign in to comment.