You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/rules.sh: Use heredoc for printing multi-line message
Using a series of "echo" commands to print multi-line message is very
noisy when run under "set -x".
Replace "echo"s with a here-document, which is noise-free.
0 commit comments