summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-11-14 23:51:15 +0100
committerSarah Brofeldt <sbrofeldt@gmail.com>2018-11-14 23:51:15 +0100
commit1b02e6a907e72be2ab5e53eb1ec150e2b58455b7 (patch)
tree3258b00cd2a5eb972fea12fa2cf6045ec45b5301 /nixos/tests/all-tests.nix
parent34665b15896f1a7a0aa914ba349f02f25659783d (diff)
downloadnixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar.gz
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar.bz2
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar.lz
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar.xz
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.tar.zst
nixpkgs-1b02e6a907e72be2ab5e53eb1ec150e2b58455b7.zip
nixos/tests/all-tests.nix: Fix incron test path
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 fb6b7c93888..ec7178ec9ca 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -99,7 +99,7 @@ in
   hydra = handleTest ./hydra {};
   i3wm = handleTest ./i3wm.nix {};
   iftop = handleTest ./iftop.nix {};
-  incron = handleTest tests/incron.nix {};
+  incron = handleTest ./incron.nix {};
   influxdb = handleTest ./influxdb.nix {};
   initrd-network-ssh = handleTest ./initrd-network-ssh {};
   initrdNetwork = handleTest ./initrd-network.nix {};