tests: stop dumping Docker help output in the log.
This commit is contained in:
parent
b76da4698b
commit
212f6a3529
|
@ -428,7 +428,7 @@ class DockerizedSshDaemon(object):
|
||||||
|
|
||||||
def start_container(self):
|
def start_container(self):
|
||||||
try:
|
try:
|
||||||
subprocess__check_output(['docker'])
|
subprocess__check_output(['docker', '--version'])
|
||||||
except Exception:
|
except Exception:
|
||||||
raise unittest2.SkipTest('Docker binary is unavailable')
|
raise unittest2.SkipTest('Docker binary is unavailable')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue