1
0
Fork 0
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:
Werner Koch 2010-05-12 09:49:28 +00:00
parent 999b12f56f
commit 608db5c53f
8 changed files with 45 additions and 17 deletions

View file

@ -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);
}