epugh commented on code in PR #3378: URL: https://github.com/apache/solr/pull/3378#discussion_r2114086764
########## solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java: ########## @@ -102,7 +102,7 @@ public int execute(org.apache.commons.exec.CommandLine cmd) throws IOException { commandsExecuted.add(cmd); String exe = cmd.getExecutable(); - if (exe.endsWith("solr")) { + if (exe.endsWith("solr") || exe.endsWith("solr.cmd")) { Review Comment: Love it! Thanks for the explanation and the simplification. I love elminating if loops. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org