Merge pull request #50372 from srhb/fix-incron-test-path

nixos/tests/all-tests.nix: Fix incron test path
This commit is contained in:
Sarah Brofeldt 2018-11-15 00:08:03 +01:00 committed by GitHub
commit 61d41d7225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {};