From a8e02f3a5d14b4571533479e101b3f99a9275b77 Mon Sep 17 00:00:00 2001 From: Rob Prouse Date: Thu, 14 Apr 2016 18:02:12 -0400 Subject: [PATCH] Temporary fix for #1348 --- src/NUnitConsole/nunit3-console/Program.cs | 2 +- src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/NUnitConsole/nunit3-console/Program.cs b/src/NUnitConsole/nunit3-console/Program.cs index 9ba6f12bfe..d3d99d427b 100644 --- a/src/NUnitConsole/nunit3-console/Program.cs +++ b/src/NUnitConsole/nunit3-console/Program.cs @@ -108,7 +108,7 @@ public static int Main(string[] args) return ConsoleRunner.OK; } - using (ITestEngine engine = TestEngineActivator.CreateInstance()) + using (ITestEngine engine = TestEngineActivator.CreateInstance(false)) { if (Options.WorkDirectory != null) engine.WorkDirectory = Options.WorkDirectory; diff --git a/src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj b/src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj index 9b812b3273..34e06a9880 100644 --- a/src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj +++ b/src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj @@ -84,6 +84,7 @@ +