Re: [PATCH 0/2] tap: Use g_spawn_sync() and g_spawn_check_wait_status()

2024-03-25 Thread Jason Wang
On Tue, Dec 19, 2023 at 7:59 PM Akihiko Odaki wrote: > > g_spawn_sync() gives an informative message if it fails to execute > the script instead of reporting exiting status 1. > > g_spawn_check_wait_status() also gives an message easier to understand > than the raw value returned by waitpid(). > >

[PATCH 0/2] tap: Use g_spawn_sync() and g_spawn_check_wait_status()

2023-12-19 Thread Akihiko Odaki
g_spawn_sync() gives an informative message if it fails to execute the script instead of reporting exiting status 1. g_spawn_check_wait_status() also gives an message easier to understand than the raw value returned by waitpid(). Signed-off-by: Akihiko Odaki --- Akihiko Odaki (2): glib-com