Unverified Commit 36d8aacc authored by zowoq's avatar zowoq Committed by GitHub
Browse files

nixos/test-driver: remove irrevelant comment (#455132)

parents a5b6d17b f885dcd6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -194,8 +194,7 @@ class StartCommand:


class NixStartScript(StartCommand):
    """A start script from nixos/modules/virtualiation/qemu-vm.nix
    that also satisfies the requirement of the BaseStartCommand.
    """A start script from nixos/modules/virtualiation/qemu-vm.nix.
    These Nix commands have the particular characteristic that the
    machine name can be extracted out of them via a regex match.
    (Admittedly a _very_ implicit contract, evtl. TODO fix)