mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed test system again to allow building on an NFS mount
This commit is contained in:
parent
999b12f56f
commit
608db5c53f
8 changed files with 45 additions and 17 deletions
|
@ -1660,8 +1660,11 @@ handle_tick (void)
|
|||
if (kill (parent_pid, 0))
|
||||
{
|
||||
shutdown_pending = 2;
|
||||
log_info ("parent process died - shutting down\n");
|
||||
log_info ("%s %s stopped\n", strusage(11), strusage(13) );
|
||||
if (!opt.quiet)
|
||||
{
|
||||
log_info ("parent process died - shutting down\n");
|
||||
log_info ("%s %s stopped\n", strusage(11), strusage(13) );
|
||||
}
|
||||
cleanup ();
|
||||
agent_exit (0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue