Reorganize log message patterns in testsuite
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 23 Nov 2022 00:42:30 +0000 (18:42 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 23 Nov 2022 00:42:30 +0000 (18:42 -0600)
commit5f8988f398500c189e123824b12026d9db583b0e
treeab77929615ab7fb798fa40ae6acc7844b5e5d3c5
parent1303720ac649a447790a32bbc6c7a355b31ead41
Reorganize log message patterns in testsuite

This groups the message patterns by processing phase.

Prior to committing, this was validated with:
    (DIFF='git diff --cached';
     comm -3 <($DIFF | grep ^- | sed -e 's/^-//' | sort) \
             <($DIFF | grep ^+ | sed -e 's/^+//' | sort) )

The output shows only a blank line and diff headers.  To replicate, change
the "git diff" command to compare this commit with its parent.
testsuite/lib/gatekeeper.exp