Skip to content

Commit

Permalink
tests: Fix copperhead call
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 7, 2017
1 parent 3a93d9c commit 539dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release.nix
Expand Up @@ -263,7 +263,7 @@ in rec {
tests.plasma5 = callTest tests/plasma5.nix {};
tests.keymap = callSubTests tests/keymap.nix {};
tests.initrdNetwork = callTest tests/initrd-network.nix {};
tests.kernel-copperhead = tests/kernel-copperhead.nix {};
tests.kernel-copperhead = callTest tests/kernel-copperhead.nix {};
tests.kernel-latest = callTest tests/kernel-latest.nix {};
tests.kernel-lts = callTest tests/kernel-lts.nix {};
tests.kernel-params = callTest tests/kernel-params.nix {};
Expand Down

0 comments on commit 539dcef

Please sign in to comment.