diff --git a/deployment/check/data-model/nixosTest.nix b/deployment/check/data-model/nixosTest.nix index cf6692f3..830ce714 100644 --- a/deployment/check/data-model/nixosTest.nix +++ b/deployment/check/data-model/nixosTest.nix @@ -49,11 +49,11 @@ in }; extraTestScript = '' - with subtest("Check the status before deployment"): - hello.fail("hello 1>&2") - ${lib.concatStringsSep "\n" ( lib.lists.map (nodeName: '' + with subtest("Check the status before deployment"): + ${nodeName}.fail("${nodeName} 1>&2") + with subtest("Run the deployment for ${nodeName}"): deployer.succeed(""" set -euo pipefail