Skip to content

Commit 76ff41d

Browse files
Fix build menu for running NUnit tests with 3.10.0
1 parent 673084b commit 76ff41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShowBuildMenu.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set BUILD_TOOL_PATH=%~dp0Tools\BuildTool\bin\BuildTool.dll
66
set BUILDTOOL=dotnet %BUILD_TOOL_PATH%
77
set AVAILABLE_CONFIGURATIONS=%~dp0available-test-configurations
88
set CURRENT_CONFIGURATION=%~dp0current-test-configuration
9-
set NUNIT="%~dp0Tools\NUnit.ConsoleRunner.3.7.0\tools\nunit3-console.exe"
9+
set NUNIT="%~dp0Tools\NUnit.ConsoleRunner.3.10.0\tools\nunit3-console.exe"
1010

1111
if not exist %BUILD_TOOL_PATH% (
1212
dotnet build %~dp0Tools\BuildTool\BuildTool.sln -c Release -o bin
@@ -182,7 +182,7 @@ SET NUNITPLATFORM=
182182
goto test-run
183183

184184
:test-run
185-
start "nunit3-console" cmd /K %NUNIT% %NUNITPLATFORM% --agents=1 --process=separate NHibernate.nunit
185+
start "nunit3-console" cmd /K %NUNIT% %NUNITPLATFORM% --agents=1 NHibernate.nunit
186186
goto main-menu
187187

188188
rem :build-test

0 commit comments

Comments
 (0)