From 16e6e7455011b34eecce49b52554a11e1e63cff2 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 7 Jun 2025 18:26:26 +0800 Subject: [PATCH] nixosTests.blocky: handleTest -> runTest --- nixos/tests/all-tests.nix | 2 +- nixos/tests/blocky.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 3a0ce587a510..1127f485c68c 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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 { }; diff --git a/nixos/tests/blocky.nix b/nixos/tests/blocky.nix index bfbd57589a87..a75a210b1581 100644 --- a/nixos/tests/blocky.nix +++ b/nixos/tests/blocky.nix @@ -1,4 +1,4 @@ -import ./make-test-python.nix { +{ name = "blocky"; nodes = {