From 8330c743092a9f3ecf0636bee9c84a4fb1a1d45b Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Tue, 12 Nov 2024 20:39:24 -0700 Subject: [PATCH] Add .runsettings info back to message --- src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs index 2986eae834..d3c7ec6916 100644 --- a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs +++ b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs @@ -947,6 +947,17 @@ public virtual void TearDown() Option 2: + Use the following .runsettings file: + + + + + + + + + Option 3: + Create the following lucene.testsettings.json file somewhere between the test assembly and the root of your drive: {