Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Change log names in testing and assembly logs are from #1182

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

BrennanConroy
Copy link
Member

No description provided.

@@ -28,7 +28,7 @@ public class ServerFixture<TStartup> : IDisposable

public ServerFixture()
{
var testLog = AssemblyTestLog.ForAssembly(typeof(ServerFixture<TStartup>).Assembly);
var testLog = AssemblyTestLog.ForAssembly(typeof(TStartup).Assembly);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix for "file locked" errors on CI

Copy link
Contributor

@analogrelay analogrelay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Despite their benefit, these test logs could use some love.

@BrennanConroy BrennanConroy merged commit 15c3bca into dev Dec 6, 2017
@BrennanConroy BrennanConroy deleted the brecon/logfix branch December 6, 2017 01:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants