projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8db87
)
display killed process group, part of SA-689
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 28 Nov 2014 14:10:13 +0000
(14:10 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 28 Nov 2014 14:10:13 +0000
(14:10 +0000)
test/bin/bomb.pl
patch
|
blob
|
history
diff --git
a/test/bin/bomb.pl
b/test/bin/bomb.pl
index
94c14cd
..
ae97859
100755
(executable)
--- 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;