commit | 40396ebd368ea24e6bfea1c43ba0632efefae141 | [log] [tgz] |
---|---|---|
author | Richard Hansen <rhansen@rhansen.org> | Mon Feb 03 18:26:58 2025 -0500 |
committer | Karl Berry <karl@freefriends.org> | Sat Feb 22 17:36:59 2025 -0800 |
tree | 908bc61de1301a6b70e690710294383003fd7c50 | |
parent | 2657b4845043e79dc45475a1c2c3f896c4017267 [diff] |
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.