Revision 3b0db9e3

b/qa/qa_utils.py
325 325
  p = StartLocalCommand(GetSSHCommand(node, cmd, tty=tty),
326 326
                        stdout=subprocess.PIPE)
327 327
  rcode = p.wait()
328
  _AssertRetCode(rcode, fail, node, cmd)
328
  _AssertRetCode(rcode, fail, cmd, node)
329 329
  return p.stdout.read()
330 330

  
331 331

  

Also available in: Unified diff