mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-18 17:24:29 +03:00
This makes sure any subprocesses created by the program being tested get killed as well if their parent times out. Otherwise if they are really stuck, they may remain there running forever after the test case and then the whole test suite has completed, until killed by hand. * test-skeleton.c (signal_handler): Kill the whole process group before killing the child individually. (main): Report any failure on `setpgid'.
10 KiB
10 KiB