epugh commented on code in PR #3980:
URL: https://github.com/apache/solr/pull/3980#discussion_r2649275771
##########
solr/packaging/test/test_extraction.bats:
##########
@@ -18,6 +18,24 @@
load bats_helper
+setup_file() {
+ if command -v docker >/dev/null 2>&1 && docker info >/dev/null 2>&1; then
Review Comment:
This use of docker I suspect could be moved to a helper as we add other
tests that depend on Docker.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]