From f90ce333df9dbe8f2228d580b33f3007184bc36d Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Sat, 28 Sep 2024 15:06:14 -0400 Subject: [PATCH] Update solr/packaging/test/test_create.bats Co-authored-by: Christos Malliaridis --- solr/packaging/test/test_create.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/packaging/test/test_create.bats b/solr/packaging/test/test_create.bats index 51b70884386..2fed6fb6a73 100644 --- a/solr/packaging/test/test_create.bats +++ b/solr/packaging/test/test_create.bats @@ -59,6 +59,6 @@ teardown() { solr start solr assert --started http://localhost:${SOLR_PORT} --timeout 5000 - run solr create -c COLL_NAME -v + run solr create -c COLL_NAME -V assert_output --partial "Creating new core 'COLL_NAME' using CoreAdminRequest" }