mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nixos/release.nix: fixed commands in comment
Proposed commands to execute tests were not working anymore.
This commit is contained in:
parent
eae03b4dc3
commit
e2610640c4
@ -15,8 +15,8 @@ let
|
||||
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
|
||||
|
||||
# Run the tests for each platform. You can run a test by doing
|
||||
# e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,
|
||||
# ‘nix-build tests/login.nix -A result’.
|
||||
# e.g. ‘nix-build release.nix -A tests.login.x86_64-linux’,
|
||||
# or equivalently, ‘nix-build tests/login.nix’.
|
||||
# See also nixosTests in pkgs/top-level/all-packages.nix
|
||||
allTestsForSystem = system:
|
||||
import ./tests/all-tests.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user