mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:20:01 -04:00
stop.pl: report test being stopped
This commit is contained in:
parent
ba85bb1a85
commit
15c3bf9e82
1 changed files with 2 additions and 2 deletions
|
|
@ -159,13 +159,13 @@ sub stop_signal {
|
|||
$result = system("/bin/kill -f -$sig $pid");
|
||||
unlink $pid_file;
|
||||
if ($result != 0) {
|
||||
print "I:$server died before a SIG$sig was sent\n";
|
||||
print "I:$test:$server died before a SIG$sig was sent\n";
|
||||
$errors++;
|
||||
}
|
||||
} else {
|
||||
$result = kill $sig, $pid;
|
||||
if (!$result) {
|
||||
print "I:$server died before a SIG$sig was sent\n";
|
||||
print "I:$test:$server died before a SIG$sig was sent\n";
|
||||
unlink $pid_file;
|
||||
$errors++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue