mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
tests/blackbox/smbcontrol: ping tests names ping target upon failure
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
be96147e69
commit
4a3954aded
@ -47,4 +47,5 @@ class SmbcontrolBlockboxTests(BlackboxTestCase):
|
||||
for p in processes:
|
||||
for id in p.ids:
|
||||
if p.name != "samba":
|
||||
self.check_run("%s %d %s" % (COMMAND, id.pid, PING))
|
||||
self.check_run("%s %d %s" % (COMMAND, id.pid, PING),
|
||||
msg="trying to ping %s" % p.name)
|
||||
|
Loading…
Reference in New Issue
Block a user