]> git.ipfire.org Git - thirdparty/automake.git/commit
tap: include malformed output in error message to aid with debugging
authorRichard Hansen <rhansen@rhansen.org>
Mon, 3 Feb 2025 23:26:58 +0000 (18:26 -0500)
committerKarl Berry <karl@freefriends.org>
Sun, 23 Feb 2025 01:36:59 +0000 (17:36 -0800)
commit40396ebd368ea24e6bfea1c43ba0632efefae141
tree908bc61de1301a6b70e690710294383003fd7c50
parent2657b4845043e79dc45475a1c2c3f896c4017267
tap: include malformed output in error message to aid with debugging

* lib/tap-driver.sh: If the line that should contain the test script's exit
status is not an integer (which would indicate a bug with the driver, not the
code under test), include the line in the error message to help with
debugging.
lib/tap-driver.sh