about summary refs log tree commit diff
path: root/nixos/lib/testing.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-12-19 08:57:41 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-19 08:57:41 +0100
commit911d1853ca990a7af6725105e7cda8c24cac025f (patch)
tree61aac8cb7c86d87fa2cdffe4b01e721e5e6fff64 /nixos/lib/testing.nix
parent826ab7026e0f18c85fb861ae5f97bad1e9f37006 (diff)
parentb9307eddd67e0e3f087dec608ccc84fec72deda5 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/lib/testing.nix')
-rw-r--r--nixos/lib/testing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing.nix b/nixos/lib/testing.nix
index 96a42c2f30583..57b4412d9bb7e 100644
--- a/nixos/lib/testing.nix
+++ b/nixos/lib/testing.nix
@@ -164,8 +164,8 @@ in rec {
       if lib.length invalidNodeNames > 0 then
         throw ''
           Cannot create machines out of (${lib.concatStringsSep ", " invalidNodeNames})!
-          All machines are references as perl variables in the testing framework which will break the
-          script when special characters are allowed.
+          All machines are referenced as perl variables in the testing framework which will break the
+          script when special characters are used.
 
           Please stick to alphanumeric chars and underscores as separation.
         ''