Improve TestLib::system_or_bail error reporting The original coding was not quoting the complete failing command, and it wasn't printing the reason for the failure either. Do both.
This is cosmetic only, so no backpatch. Author: Álvaro Herrera <[email protected]> Reviewed-by: Tom Lane <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5798ca529935698ab976780565fb2b4d8d34d810 Modified Files -------------- src/test/perl/TestLib.pm | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-)
