Unverified Commit 41ff93c1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/tests/knot: migrate to runTest

Part of #386873
parent 5d3d6037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ in {
  keymap = handleTest ./keymap.nix {};
  kimai = handleTest ./kimai.nix {};
  kmonad = runTest ./kmonad.nix;
  knot = handleTest ./knot.nix {};
  knot = runTest ./knot.nix;
  komga = handleTest ./komga.nix {};
  krb5 = discoverTests (import ./krb5);
  ksm = handleTest ./ksm.nix {};
+222 −220
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { pkgs, lib, ... }:
{
  pkgs,
  lib,
  ...
}:
let
  common = {
    networking.firewall.enable = false;
@@ -251,4 +254,3 @@ import ./make-test-python.nix (
      primary.log(primary.succeed("systemd-analyze security knot.service | grep -v '✓'"))
    '';
}
)