Added --debug flag clan command in nix tests

This commit is contained in:
Qubasa
2024-02-05 13:37:22 +07:00
parent bc1842dd2b
commit d1a1bcf1eb
2 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ in
client.succeed("${pkgs.coreutils}/bin/install -Dm 600 ${../lib/ssh/privkey} /root/.ssh/id_ed25519")
client.wait_until_succeeds("ssh -o StrictHostKeyChecking=accept-new -v root@target hostname")
client.succeed("clan --flake ${../..} machines install test_install_machine root@target >&2")
client.succeed("clan --debug --flake ${../..} machines install test_install_machine root@target >&2")
try:
target.shutdown()
except BrokenPipeError: