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 ==========================
1212echo --- TESTING ---
1313echo B. (Step 1) Set up a new test configuration for a particular database.
1414echo 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) .
1616echo .
1717echo --- BUILD ---
1818echo E. Build NHibernate (Debug)
@@ -165,7 +165,9 @@ echo Configuration activated.
165165goto main-menu
166166
167167: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
169171goto main-menu
170172
171173rem :build-test
You can’t perform that action at this time.
0 commit comments