Skip to content

Commit

Permalink
Temporary fix for #1348
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Apr 14, 2016
1 parent 433eb88 commit a8e02f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/NUnitConsole/nunit3-console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/NUnitFramework/tests/nunit.framework.tests-3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<Compile Include="Internal\Filters\FullNameFilterTests.cs" />
<Compile Include="Internal\Filters\IdFilterTests.cs" />
<Compile Include="Internal\Filters\MethodNameFilterTests.cs" />
<Compile Include="Internal\Filters\MockTestFilter.cs" />
<Compile Include="Internal\Filters\NotFilterTests.cs" />
<Compile Include="Internal\Filters\OrFilterTests.cs" />
<Compile Include="Internal\Filters\PropertyFilterTests.cs" />
Expand Down

0 comments on commit a8e02f3

Please sign in to comment.