display killed process group, part of SA-689
[mkws-moved-to-github.git] / 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;