This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new ee0eb52cfe7 PackageToolTest uses wrong "--params" instead of "--param"
in test
ee0eb52cfe7 is described below
commit ee0eb52cfe7cef48d886093b27637c6361c11c69
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Oct 1 15:46:01 2024 -0400
PackageToolTest uses wrong "--params" instead of "--param" in test
(cherry picked from commit d1e505a0cbffa20958fb0b81d36e97ef687b2ca6)
---
solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
index 9cc84d02778..6b075b47e74 100644
--- a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
@@ -109,7 +109,7 @@ public class PackageManagerCLITest extends
SolrCloudTestCase {
run(tool, new String[] {"--solr-url", solrUrl, "list-deployed",
"question-answer"});
- // 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[] {
@@ -165,7 +165,7 @@ public class PackageManagerCLITest extends
SolrCloudTestCase {
"question-answer",
"--collections",
"abc",
- "--params",
+ "--param",
"RH-HANDLER-PATH=" + rhPath
});
} else {