X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;fp=test%2Fbin%2Fbomb.pl;h=ae978595c97b61f785cfa3544502277673843876;hb=6579fbcb13d07a3492424374390cc1154a2c65fe;hp=94c14cde87b63a8d2dcb22665528fb304095955c;hpb=0b8db87910e02328db600f653e8a4421a94bc3aa;p=mkws-moved-to-github.git diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 94c14cd..ae97859 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -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;