nixosTests.blocky: handleTest -> runTest
This commit is contained in:
parent
404d25243c
commit
16e6e74550
@ -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 { };
|
||||
|
@ -1,4 +1,4 @@
|
||||
import ./make-test-python.nix {
|
||||
{
|
||||
name = "blocky";
|
||||
|
||||
nodes = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user