mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22221 Add the -R flag to less to display ANSI colors.
Without this flag, any ANSI color escape sequences in the Maven error log will be displayed in their escaped form, which isn't very readable.
This commit is contained in:
parent
295f0f2a43
commit
09f4459a77
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function run_with_logging() {
|
|||
read -p "Show log file? " -n 1 -r
|
||||
echo
|
||||
if [[ "${REPLY}" =~ ^[Yy]$ ]] ; then
|
||||
less -X "${LOG_FILE}"
|
||||
less -RX "${LOG_FILE}"
|
||||
fi
|
||||
echo "Log file: ${LOG_FILE}"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue