shift documentation, remove duplicate code

This commit is contained in:
holger krekel
2010-11-18 14:57:55 +01:00
parent 9e982f0f73
commit c924dda30f
6 changed files with 160 additions and 269 deletions

View File

@@ -27,7 +27,7 @@ def getspecssh(config):
if spec.ssh:
if not py.path.local.sysfind("ssh"):
py.test.skip("command not found: ssh")
return spec
return str(spec)
py.test.skip("need '--gx ssh=...'")
def getsocketspec(config):