about summary refs log tree commit diff
path: root/nixos/tests/pam
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-26 00:14:38 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-09-24 17:38:09 +0100
commite260018f9c356ff6f82d19b37f0501f8a19f29c0 (patch)
treec14f61c1b43a4583f4d976b55899c259f5bc0481 /nixos/tests/pam
parent0af6e6b0e5c3919190c0eca0b42dc10cab82458f (diff)
nixos/tests: Add names
Diffstat (limited to 'nixos/tests/pam')
-rw-r--r--nixos/tests/pam/pam-file-contents.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/pam/pam-file-contents.nix b/nixos/tests/pam/pam-file-contents.nix
index 86c61003aeb6e..2bafd90618e97 100644
--- a/nixos/tests/pam/pam-file-contents.nix
+++ b/nixos/tests/pam/pam-file-contents.nix
@@ -2,6 +2,7 @@ let
   name = "pam";
 in
 import ../make-test-python.nix ({ pkgs, ... }: {
+  name = "pam-file-contents";
 
   nodes.machine = { ... }: {
     imports = [ ../../modules/profiles/minimal.nix ];