Skip to content

Commit

Permalink
stop solr after test.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Aug 10, 2023
1 parent 8e4846d commit 3c6ef99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/packaging/test/test_auth.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ setup() {
solr auth disable
run curl 'http://localhost:8983/solr/test/select?q=*:*'
assert_output --partial '"numFound":0'
solr stop -all


}

0 comments on commit 3c6ef99

Please sign in to comment.