Merge pull request #10914 from umbraco/v9/bugfix/integration-tests-orphaned-localdb
Shutdown (localdb)\UmbracoTests when we're done with it
This commit is contained in:
@@ -126,6 +126,8 @@ namespace Umbraco.Cms.Tests.Integration.Testing
|
||||
}
|
||||
}
|
||||
|
||||
_localDb.StopInstance(InstanceName);
|
||||
|
||||
foreach (string file in Directory.EnumerateFiles(s_filesPath))
|
||||
{
|
||||
if (file.EndsWith(".mdf") == false && file.EndsWith(".ldf") == false)
|
||||
|
||||
Reference in New Issue
Block a user