mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
tdarr{,-node,-server}: add nixosTest to passthru.tests
This commit is contained in:
parent
54f172a4d6
commit
cb497649af
2 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ symlinkJoin {
|
|||
passthru = {
|
||||
server = tdarr-server;
|
||||
node = tdarr-node;
|
||||
tests = tdarr-server.tests or { } // tdarr-node.tests or { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
perl,
|
||||
apprise,
|
||||
openssl,
|
||||
nixosTests,
|
||||
}:
|
||||
{
|
||||
pname,
|
||||
|
|
@ -199,6 +200,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
command = [ ./update-hashes.sh ];
|
||||
supportedFeatures = [ "commit" ];
|
||||
};
|
||||
tests.nixos = nixosTests.tdarr;
|
||||
}
|
||||
// passthru;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue