From 942f0fd7c00ec0b829e65e656f96e28afbbd5348 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Mon, 3 Feb 2020 18:33:26 +0100 Subject: [PATCH] nixosTests.zfs: Add to all-tests.nix --- nixos/tests/all-tests.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 17f36265c51a..20a93ecea0b6 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -307,6 +307,7 @@ in xss-lock = handleTest ./xss-lock.nix {}; yabar = handleTest ./yabar.nix {}; yggdrasil = handleTest ./yggdrasil.nix {}; + zfs = handleTest ./zfs.nix {}; zsh-history = handleTest ./zsh-history.nix {}; zookeeper = handleTest ./zookeeper.nix {}; }