Skip to content

Commit

Permalink
Add .runsettings info back to message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Nov 13, 2024
1 parent e58f734 commit 8330c74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,17 @@ public virtual void TearDown()
Option 2:
Use the following .runsettings file:
<RunSettings>
<TestRunParameters>
<Parameter name="tests:seed" value="{{RandomizedContext.CurrentContext.RandomSeedAsHex}}" />
<Parameter name="tests:culture" value="{{Thread.CurrentThread.CurrentCulture.Name}}" />
</TestRunParameters>
</RunSettings>
Option 3:
Create the following lucene.testsettings.json file somewhere between the test assembly and the root of your drive:
{
Expand Down

0 comments on commit 8330c74

Please sign in to comment.