mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
testing-python: fix typo
This commit is contained in:
parent
81caf6815f
commit
e10e7d6a8b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ rec {
|
|||
|
||||
imagemagick_tiff = imagemagick_light.override { inherit libtiff; };
|
||||
|
||||
# Generate onvenience wrappers for running the test driver
|
||||
# Generate convenience wrappers for running the test driver
|
||||
# interactively with the specified network, and for starting the
|
||||
# VMs from the command line.
|
||||
driver = let warn = if skipLint then lib.warn "Linting is disabled!" else lib.id; in warn (runCommand testDriverName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue