diff options
| author | Alyssa Ross <hi@alyssa.is> | 2023-05-27 13:03:56 +0000 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2023-05-27 16:16:33 +0000 |
| commit | d60ed94556682937d05005708f6478253a40b21f (patch) | |
| tree | cf1cef5a05b45f7b1612055a202c4c3a1bea3925 | |
| parent | nixos/test-driver: undeprecate create_machine (diff) | |
| download | nixpkgs-d60ed94556682937d05005708f6478253a40b21f.tar.gz | |
nixos/test-driver: add missing spaces to warning
(cherry picked from commit d5b992a56aac417db6936af4fa3684032c5ea3cb)
| -rw-r--r-- | nixos/lib/test-driver/test_driver/machine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/test-driver/test_driver/machine.py b/nixos/lib/test-driver/test_driver/machine.py index c59ef3b17262..899e785d02c0 100644 --- a/nixos/lib/test-driver/test_driver/machine.py +++ b/nixos/lib/test-driver/test_driver/machine.py @@ -371,8 +371,8 @@ class Machine: @staticmethod def create_startcommand(args: Dict[str, str]) -> StartCommand: rootlog.warning( - "Using legacy create_startcommand()," - "please use proper nix test vm instrumentation, instead" + "Using legacy create_startcommand(), " + "please use proper nix test vm instrumentation, instead " "to generate the appropriate nixos test vm qemu startup script" ) hda = None |
