Skip to content

Conversation

@jovial
Copy link
Contributor

@jovial jovial commented Feb 10, 2026

Fix colored output on errors. It is quite easy to miss the failures otherwise.

Co-authored-by: pescobar.it@gmail.com

Fix colored output on errors. It is quite easy to miss the failures otherwise.

Co-authored-by: pescobar.it@gmail.com
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly identifies that echo requires the -e flag to interpret escape sequences for colored output. The changes add this flag to several echo commands in tools/rabbitmq-queue-migration.sh. My review suggests a further improvement: replacing echo -e with printf. While echo -e works in bash, printf is more portable and robust for handling escape sequences, which is a shell scripting best practice.

@Alex-Welsh Alex-Welsh merged commit b63c2f6 into stackhpc/2025.1 Feb 11, 2026
21 checks passed
@Alex-Welsh Alex-Welsh deleted the fix-colored-output branch February 11, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants