nixos/test-driver: add missing spaces to warning
This commit is contained in:
@@ -369,8 +369,8 @@ class Machine:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def create_startcommand(args: Dict[str, str]) -> StartCommand:
|
def create_startcommand(args: Dict[str, str]) -> StartCommand:
|
||||||
rootlog.warning(
|
rootlog.warning(
|
||||||
"Using legacy create_startcommand(),"
|
"Using legacy create_startcommand(), "
|
||||||
"please use proper nix test vm instrumentation, instead"
|
"please use proper nix test vm instrumentation, instead "
|
||||||
"to generate the appropriate nixos test vm qemu startup script"
|
"to generate the appropriate nixos test vm qemu startup script"
|
||||||
)
|
)
|
||||||
hda = None
|
hda = None
|
||||||
|
|||||||
Reference in New Issue
Block a user