mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: add name argument to calls to testers.shellcheck
This commit is contained in:
parent
ea7ec7044b
commit
cd7df192e3
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ let
|
|||
inherit (lib) fileset;
|
||||
|
||||
runShellcheck = testers.shellcheck {
|
||||
name = "activation-check";
|
||||
src = fileset.toSource {
|
||||
root = ./.;
|
||||
fileset = fileset.unions [
|
||||
|
|
|
@ -31,6 +31,7 @@ let
|
|||
};
|
||||
|
||||
runShellcheck = testers.shellcheck {
|
||||
name = "activation-lib";
|
||||
src = runTests.src;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue