nixosTests.blocky: handleTest -> runTest

This commit is contained in:
Sizhe Zhao 2025-06-07 18:26:26 +08:00
parent 404d25243c
commit 16e6e74550
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ in
bitcoind = runTest ./bitcoind.nix;
bittorrent = runTest ./bittorrent.nix;
blockbook-frontend = runTest ./blockbook-frontend.nix;
blocky = handleTest ./blocky.nix { };
blocky = runTest ./blocky.nix;
bookstack = runTest ./bookstack.nix;
boot = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./boot.nix { };
bootspec = handleTestOn [ "x86_64-linux" ] ./bootspec.nix { };

View File

@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "blocky";
nodes = {