rmuir commented on pull request #365: URL: https://github.com/apache/lucene/pull/365#issuecomment-939370346
Everything works for me if we add `--console plain` to the echoCp line, then it won't add all this terminal-escaped nonsense: ``` --- a/lucene/jmh/jmh.sh +++ b/lucene/jmh/jmh.sh @@ -36,7 +36,7 @@ else gradleCmd="${gradlew_dir}/gradlew" $gradleCmd -q -p ../../ jar echo "gradle build done" - classpath=$($gradleCmd -q echoCp) + classpath=$($gradleCmd -q --console plain echoCp) fi # shellcheck disable=SC2145 ``` -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org