about summary refs log tree commit diff
path: root/nixos/lib/testing
diff options
context:
space:
mode:
authorJacek Galowicz <jacek@galowicz.de>2023-07-07 23:01:55 +0200
committerJacek Galowicz <jacek@galowicz.de>2023-07-10 08:51:52 +0200
commit846ad444c722abf49d744814fde831cd3c21d599 (patch)
treed2541a2a7bead1f43bbcd0b348b47853654c8a9e /nixos/lib/testing
parentc916884f86d37299cf7dde4dcd4a82ac43a98540 (diff)
integration test driver: Auto-generate integration test driver's machine
method documentation of nixos docs from python doc strings
Diffstat (limited to 'nixos/lib/testing')
-rw-r--r--nixos/lib/testing/driver.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing/driver.nix b/nixos/lib/testing/driver.nix
index 5eb62d0b32c8b..23574698c0629 100644
--- a/nixos/lib/testing/driver.nix
+++ b/nixos/lib/testing/driver.nix
@@ -66,7 +66,7 @@ let
           echo -n "$testScript" >> testScriptWithTypes
 
           echo "Running type check (enable/disable: config.skipTypeCheck)"
-          echo "See https://nixos.org/manual/nixos/stable/#sec-test-options-reference"
+          echo "See https://nixos.org/manual/nixos/stable/#test-opt-skipTypeCheck"
 
           mypy  --no-implicit-optional \
                 --pretty \
@@ -81,7 +81,7 @@ let
         ${testDriver}/bin/generate-driver-symbols
         ${lib.optionalString (!config.skipLint) ''
           echo "Linting test script (enable/disable: config.skipLint)"
-          echo "See https://nixos.org/manual/nixos/stable/#sec-test-options-reference"
+          echo "See https://nixos.org/manual/nixos/stable/#test-opt-skipLint"
 
           PYFLAKES_BUILTINS="$(
             echo -n ${lib.escapeShellArg (lib.concatStringsSep "," pythonizedNames)},