summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-01 18:59:02 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-02-02 21:51:19 -0500
commit4c3166b0065b950db7719013fd193609896c2867 (patch)
treeebf9c7b266e0b07bd18c924fb8f07e41c19d1faf /nixos/tests/all-tests.nix
parent915060d03f1a9f98e934cd779af90e3273ff91e3 (diff)
downloadnixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar.gz
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar.bz2
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar.lz
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar.xz
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.tar.zst
nixpkgs-4c3166b0065b950db7719013fd193609896c2867.zip
nixosTests.dnscrypt-proxy2: init
This removes the old dnscrypt-proxy test.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 282d31005f0..e9440a4ebb7 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -65,7 +65,7 @@ in
   couchdb = handleTest ./couchdb.nix {};
   deluge = handleTest ./deluge.nix {};
   dhparams = handleTest ./dhparams.nix {};
-  dnscrypt-proxy = handleTestOn ["x86_64-linux"] ./dnscrypt-proxy.nix {};
+  dnscrypt-proxy2 = handleTestOn ["x86_64-linux"] ./dnscrypt-proxy2.nix {};
   docker = handleTestOn ["x86_64-linux"] ./docker.nix {};
   docker-containers = handleTestOn ["x86_64-linux"] ./docker-containers.nix {};
   docker-edge = handleTestOn ["x86_64-linux"] ./docker-edge.nix {};