This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new d1e505a0cbf PackageToolTest uses wrong "--params" instead of "--param" 
in test
d1e505a0cbf is described below

commit d1e505a0cbffa20958fb0b81d36e97ef687b2ca6
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Oct 1 15:46:01 2024 -0400

    PackageToolTest uses wrong "--params" instead of "--param" in test
---
 solr/core/src/test/org/apache/solr/cli/PackageToolTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/cli/PackageToolTest.java 
b/solr/core/src/test/org/apache/solr/cli/PackageToolTest.java
index a961a1a80d9..f4155641910 100644
--- a/solr/core/src/test/org/apache/solr/cli/PackageToolTest.java
+++ b/solr/core/src/test/org/apache/solr/cli/PackageToolTest.java
@@ -157,7 +157,7 @@ public class PackageToolTest extends SolrCloudTestCase {
           SecurityJson.USER_PASS
         });
 
-    // Leaving -p in for --params to test the deprecated value continues to 
work.
+    // Leaving -p in for --param to test the deprecated value continues to 
work.
     run(
         tool,
         new String[] {
@@ -264,7 +264,7 @@ public class PackageToolTest extends SolrCloudTestCase {
               "question-answer",
               "--collections",
               "abc",
-              "--params",
+              "--param",
               "RH-HANDLER-PATH=" + rhPath,
               "--credentials",
               SecurityJson.USER_PASS

Reply via email to