forked from mirrors/nixpkgs
nixos/test-driver: re-introduce log()
Appearantly this is used in tests
This commit is contained in:
parent
f3c0a09c76
commit
87214dbd10
|
@ -320,6 +320,9 @@ class Machine:
|
|||
+ "'{}' but it is in state ‘{}’".format(require_state, state)
|
||||
)
|
||||
|
||||
def log(self, message: str) -> None:
|
||||
self.logger.info(message)
|
||||
|
||||
def execute(self, command: str) -> Tuple[int, str]:
|
||||
self.connect()
|
||||
|
||||
|
|
Loading…
Reference in a new issue