about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-15 06:01:16 +0000
committerGitHub <noreply@github.com>2022-04-15 06:01:16 +0000
commiteef7dee538533573f5e5c311ccdbec0da41c4b71 (patch)
treedeea571e5fce43803d6b876ff2cf431c2860de31 /nixos
parent95fb30e575007fe867bb0d309cb815fa0efe0b58 (diff)
parentc18683f350c7b995d12ee4aa0003311d46a5ea93 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/fenics.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/fenics.nix b/nixos/tests/fenics.nix
index f0a8c32c7cd8e..1d182cfc44998 100644
--- a/nixos/tests/fenics.nix
+++ b/nixos/tests/fenics.nix
@@ -44,6 +44,6 @@ in
     { nodes, ... }:
     ''
       start_all()
-      node1.succeed("${fenicsScript}")
+      fenicsnode.succeed("${fenicsScript}")
     '';
 })