Unverified Commit 913252c5 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

nixosTests.trilium-server: handleTest -> runTest

parent a698ac12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1454,7 +1454,7 @@ in
  tracee = handleTestOn [ "x86_64-linux" ] ./tracee.nix { };
  trezord = runTest ./trezord.nix;
  trickster = runTest ./trickster.nix;
  trilium-server = handleTestOn [ "x86_64-linux" ] ./trilium-server.nix { };
  trilium-server = runTestOn [ "x86_64-linux" ] ./trilium-server.nix;
  tsm-client-gui = runTest ./tsm-client-gui.nix;
  ttyd = runTest ./web-servers/ttyd.nix;
  tt-rss = runTest ./web-apps/tt-rss.nix;
+48 −51
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { ... }:
{
  name = "trilium-server";
  nodes = {
@@ -52,4 +50,3 @@ import ./make-test-python.nix (
        )
  '';
}
)