File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo ========================= NHIBERNATE BUILD MENU ==========================
12
12
echo --- TESTING ---
13
13
echo B. (Step 1) Set up a new test configuration for a particular database.
14
14
echo C. (Step 2) Activate a test configuration.
15
- echo D. (Step 3) Run tests using active configuration.
15
+ echo D. (Step 3) Run tests using active configuration (Needs built in Visual Studio) .
16
16
echo .
17
17
echo --- BUILD ---
18
18
echo E. Build NHibernate (Debug)
@@ -165,7 +165,9 @@ echo Configuration activated.
165
165
goto main-menu
166
166
167
167
:test-run
168
- start " nunit3-console" cmd /K %NUNIT% --x86 --agents=1 --process=separate NHibernate.nunit
168
+ SET NUNITPLATFORM =
169
+ IF /I " %PLATFORM% " NEQ " x64" set NUNITPLATFORM = --x86
170
+ start " nunit3-console" cmd /K %NUNIT% %NUNITPLATFORM% --agents=1 --process=separate NHibernate.nunit
169
171
goto main-menu
170
172
171
173
rem :build-test
You can’t perform that action at this time.
0 commit comments