X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;h=2dde3d48f37ec1012e98d627f01f2c1db5da628f;hp=a2aedff423cd9d701ed8b0a1110e5c1d74a1314b;hb=e037fab727a9eb80c33f1693fcd6d0b67b84da32;hpb=98457ab3cf897e1e91a8cab2c01a3413d6c0c6ac diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index a2aedff..2dde3d4 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -59,6 +59,7 @@ $SIG{ALRM} = sub { warn "Alarm handler got called after $timeout seconds\n"; warn "Kill now the process group $pgid\n\n"; + warn "Command: @system\n"; # kill process group kill "INT", -$pgid;