]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
t/xap_helper: avoid confusing skip messages
authorEric Wong <e@80x24.org>
Sun, 26 Oct 2025 00:16:44 +0000 (00:16 +0000)
committerEric Wong <e@80x24.org>
Mon, 27 Oct 2025 17:40:53 +0000 (17:40 +0000)
commit795591e12cec7c8410c2a64cc46a9d93b173de5a
tree18fc3d40654482d1add11efc53d893ad27bb903b
parent6ede5a44ec3f3a94f303de149bbcaed22c0be1ab
t/xap_helper: avoid confusing skip messages

Stop misleading users about not having C++ even if we're
explicitly testing C++ and Perl+(XS|SWIG) implementations
separately.  The previous message was especially confusing
since it was one of the last diagnostics messages printed
and most likely to be seen by those running the test.
t/xap_helper.t