Comment 1 for bug 1035227

Revision history for this message
Javier Collado (javier.collado) wrote :

In this case it seems that SSHMixin.run is properly returning the code, but it's being ignored by the caller here:
machine.run('utah' + extraopts + options, root=True)

I'm going to add a check and raise an exception if the code isn't successful.