Skip to content

Commit

Permalink
Revert doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy committed Oct 18, 2024
1 parent ed95966 commit b931756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/packaging/test/test_start_solr.bats
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ teardown() {
@test "start provides warning about SolrCloud mode" {
run solr start
solr assert --started http://localhost:${SOLR_PORT} --timeout 5000
assert_output --partial 'Solr will start in SolrCloud mode by default in version 10. You will need to pass in --standalone flag to run in Standalone mode.'
assert_output --partial 'Solr will start in SolrCloud mode by default in version 10. You will need to pass in --user-managed flag to run in User Managed (aka Standalone) mode.'
solr stop
}

Expand Down

0 comments on commit b931756

Please sign in to comment.