summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2020-04-23 22:00:27 +0300
committerIzorkin <izorkin@elven.pw>2020-05-12 20:03:29 +0300
commitc7106610f14f0620f79758fe1d62cbbb8e989c84 (patch)
tree4f092721256e06be36ba7d1b18a6ae5431f4cea6 /nixos/tests/all-tests.nix
parentaf6d0095f7f3eecc59223da6141ceb88b1a3e0a0 (diff)
downloadnixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar.gz
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar.bz2
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar.lz
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar.xz
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.tar.zst
nixpkgs-c7106610f14f0620f79758fe1d62cbbb8e989c84.zip
nixos/tests: add nginx-sandbox test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5a0c9d1afae..045f2f3846d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -225,6 +225,7 @@ in
   nginx = handleTest ./nginx.nix {};
   nginx-etag = handleTest ./nginx-etag.nix {};
   nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
+  nginx-sandbox = handleTestOn ["x86_64-linux"] ./nginx-sandbox.nix {};
   nginx-sso = handleTest ./nginx-sso.nix {};
   nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
   nixos-generate-config = handleTest ./nixos-generate-config.nix {};