tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/test-driver: add missing spaces to warning
Alyssa Ross
2 years ago
e33c2a5e
b65f4b65
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
lib
test-driver
test_driver
machine.py
+2
-2
nixos/lib/test-driver/test_driver/machine.py
···
369
369
@staticmethod
370
370
def create_startcommand(args: Dict[str, str]) -> StartCommand:
371
371
rootlog.warning(
372
372
-
"Using legacy create_startcommand(),"
373
373
-
"please use proper nix test vm instrumentation, instead"
372
372
+
"Using legacy create_startcommand(), "
373
373
+
"please use proper nix test vm instrumentation, instead "
374
374
"to generate the appropriate nixos test vm qemu startup script"
375
375
)
376
376
hda = None