Skip to content

Commit

Permalink
Create test results directory (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Jul 14, 2020
1 parent 1d81d5a commit aabbb71
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ public void Initialize(TestLoggerEvents events, string testResultsDirPath)
TestRunDetails = new TestRunDetails();
Results = new ConcurrentDictionary<Guid, ObjectModel.TestResult>();
ResultCollectionDictionary = new ConcurrentDictionary<string, TestResultCollection>();

// Ensure test results directory exists.
Directory.CreateDirectory(testResultsDirPath);
}

/// <inheritdoc/>
Expand Down

0 comments on commit aabbb71

Please sign in to comment.