nixosTests.trilium-server: handleTest -> runTest (#423693)
This commit is contained in:
@@ -1454,7 +1454,7 @@ in
|
|||||||
tracee = handleTestOn [ "x86_64-linux" ] ./tracee.nix { };
|
tracee = handleTestOn [ "x86_64-linux" ] ./tracee.nix { };
|
||||||
trezord = runTest ./trezord.nix;
|
trezord = runTest ./trezord.nix;
|
||||||
trickster = runTest ./trickster.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;
|
tsm-client-gui = runTest ./tsm-client-gui.nix;
|
||||||
ttyd = runTest ./web-servers/ttyd.nix;
|
ttyd = runTest ./web-servers/ttyd.nix;
|
||||||
tt-rss = runTest ./web-apps/tt-rss.nix;
|
tt-rss = runTest ./web-apps/tt-rss.nix;
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
import ./make-test-python.nix (
|
{
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
name = "trilium-server";
|
name = "trilium-server";
|
||||||
nodes = {
|
nodes = {
|
||||||
default = {
|
default = {
|
||||||
@@ -51,5 +49,4 @@ import ./make-test-python.nix (
|
|||||||
"curl --resolve 'trilium.example.com:80:127.0.0.1' http://trilium.example.com/"
|
"curl --resolve 'trilium.example.com:80:127.0.0.1' http://trilium.example.com/"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user