summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-12-24 20:19:50 +0100
committerGitHub <noreply@github.com>2019-12-24 20:19:50 +0100
commit0b4139189061d88fd01384dd85556122345b1a8a (patch)
tree7ff24cfd2a371e2e43bb8107add531470a1e2d33 /nixos
parent984d820562faee7642241dfb7d443685d6971fe7 (diff)
parent5041e1d8488015b2875ee8ae322563c1b7da5822 (diff)
downloadnixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar.gz
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar.bz2
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar.lz
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar.xz
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.tar.zst
nixpkgs-0b4139189061d88fd01384dd85556122345b1a8a.zip
Merge pull request #76425 from r-ryantm/auto-update/slurm
slurm: 19.05.4.1 -> 19.05.5.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/slurm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/slurm.nix b/nixos/tests/slurm.nix
index 17527378cf0..d0e62d15437 100644
--- a/nixos/tests/slurm.nix
+++ b/nixos/tests/slurm.nix
@@ -119,7 +119,7 @@ in {
 
   with subtest("can_start_slurmctld"):
       control.succeed("systemctl restart slurmctld")
-      control.waitForUnit("slurmctld.service")
+      control.wait_for_unit("slurmctld.service")
 
   with subtest("can_start_slurmd"):
       for node in [node1, node2, node3]: