display killed process group, part of SA-689
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 28 Nov 2014 14:10:13 +0000 (14:10 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 28 Nov 2014 14:10:13 +0000 (14:10 +0000)
test/bin/bomb.pl

index 94c14cd..ae97859 100755 (executable)
@@ -57,7 +57,7 @@ $SIG{ALRM} = sub {
     my $pgid = getpgrp();
 
     warn "Alarm handler got called after $timeout seconds\n";
-    warn "Kill now the process group...\n\n";
+    warn "Kill now the process group $pgid\n\n";
 
     # kill process group
     kill "INT", -$pgid;