From e037fab727a9eb80c33f1693fcd6d0b67b84da32 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 7 Sep 2015 09:38:06 +0000 Subject: [PATCH] display command which will be terminated --- test/bin/bomb.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4