summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2020-02-28 12:17:01 +0100
committerRobert Hensing <robert@roberthensing.nl>2020-02-28 14:26:29 +0100
commit43521ac96522000b12c61e0e582ffb19b10a29d5 (patch)
tree0ae6812d5827afdd557f344aad17978fc10f62b9 /nixos/tests/all-tests.nix
parente97dfe73bba2a43ee7ca41273e1fe76a21cb723f (diff)
downloadnixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar.gz
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar.bz2
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar.lz
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar.xz
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.tar.zst
nixpkgs-43521ac96522000b12c61e0e582ffb19b10a29d5.zip
nixos/service-runner.nix: Allow quotes in commands + 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 2e547780439..1286155b6c1 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -262,6 +262,7 @@ in
   samba = handleTest ./samba.nix {};
   sanoid = handleTest ./sanoid.nix {};
   sddm = handleTest ./sddm.nix {};
+  service-runner = handleTest ./service-runner.nix {};
   shiori = handleTest ./shiori.nix {};
   signal-desktop = handleTest ./signal-desktop.nix {};
   simple = handleTest ./simple.nix {};