summaryrefslogtreecommitdiffstats
path: root/nixos
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
parent34665b15896f1a7a0aa914ba349f02f25659783d (diff)
nixos/tests/all-tests.nix: Fix incron test path
Diffstat (limited to 'nixos')
-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 fb6b7c938884..ec7178ec9cad 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 {};