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: [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]