Alfonso Sánchez-Beato
b4f263bba8
many: replace exec.CombinedOutput when output is parsed
...
Some invocations to external programs used exec.CombinedOutput, that
combines stdout and strerr into a single byte array. This can be an
issue if this output is parsed, as many programs print debug output or
warnings to stderr and that data is unexpected by the parsers. This
patch changes to using osutil.RunSplitOutput or osutil.RunCmd (that
return separately stdout and stderr) when we need to parse stdout, and
also in some other cases when printing separately both streams could
be helpful. Fixes LP #1885597 .
2023-10-05 14:14:28 +02:00
..
2023-10-05 14:14:28 +02:00
2023-09-26 12:13:57 -05:00
2023-09-25 13:22:14 +02:00
2023-09-26 11:38:46 +01:00
2022-06-01 14:57:56 +03:00
2023-09-27 12:10:07 +02:00
2021-04-01 11:09:10 +03:00
2023-09-26 11:38:46 +01:00
2023-09-25 13:22:14 +02:00
2023-09-25 13:22:14 +02:00
2021-06-15 18:04:44 +02:00
2023-09-26 11:38:46 +01:00
2022-01-25 17:44:18 +01:00
2023-09-25 13:22:14 +02:00
2023-09-25 13:22:14 +02:00
2021-06-15 18:04:44 +02:00
2023-09-26 11:38:46 +01:00
2023-09-26 11:38:46 +01:00
2023-09-25 13:22:14 +02:00
2023-09-26 11:38:46 +01:00
2022-04-25 10:47:34 +02:00
2023-09-26 11:38:46 +01:00
2020-07-13 12:23:55 +02:00
2020-07-13 12:23:55 +02:00
2020-08-26 13:46:28 +02:00
2023-10-05 14:14:28 +02:00
2023-10-05 14:14:28 +02:00
2021-06-15 18:04:44 +02:00
2023-09-25 13:22:14 +02:00
2023-09-26 11:38:46 +01:00
2023-09-25 13:22:14 +02:00
2023-09-25 13:22:14 +02:00
2023-09-26 11:38:46 +01:00
2023-09-25 13:22:14 +02:00
2023-09-12 15:04:07 +01:00
2020-08-20 23:32:01 +02:00
2023-09-26 11:38:46 +01:00
2023-09-25 13:22:14 +02:00
2023-09-25 13:22:14 +02:00
2023-10-05 14:14:28 +02:00
2023-09-26 11:38:46 +01:00
2023-09-26 11:38:46 +01:00
2023-09-26 11:38:46 +01:00
2021-08-19 22:22:10 +02:00
2023-01-16 14:23:11 +01:00
2023-01-16 14:23:11 +01:00
2022-02-03 15:53:26 -06:00
2023-09-26 11:38:46 +01:00
2023-08-03 09:14:04 +02:00
2022-02-03 15:53:26 -06:00
2023-09-26 11:38:46 +01:00
2022-11-07 12:26:15 +03:00
2020-06-29 11:29:07 +02:00
2022-11-07 12:26:15 +03:00
2022-11-07 12:26:15 +03:00
2023-10-05 14:14:28 +02:00
2023-10-05 14:14:28 +02:00
2022-11-07 12:26:15 +03:00
2022-11-07 12:26:15 +03:00
2022-11-07 12:26:15 +03:00
2023-03-07 17:42:26 +01:00
2023-03-07 17:42:26 +01:00
2023-09-25 13:22:14 +02:00
2023-09-25 13:22:14 +02:00
2021-03-01 18:48:37 -06:00
2021-03-01 18:48:37 -06:00
2020-07-16 13:04:26 +02:00
2020-08-26 13:46:28 +02:00
2023-09-26 11:38:46 +01:00
2021-01-26 11:59:13 -06:00
2023-09-26 11:38:46 +01:00
2023-08-22 12:38:12 +02:00
2023-09-26 11:38:46 +01:00
2022-03-14 18:22:34 +01:00
2021-09-20 15:31:43 +02:00
2021-09-20 15:31:43 +02:00
2023-09-26 11:38:46 +01:00
2023-08-15 18:00:00 +02:00