nixosTests.wiki-js: migrate to runTest (#394445)
This commit is contained in:
commit
c50d2e317a
@ -1306,7 +1306,7 @@ in {
|
||||
weblate = handleTest ./web-apps/weblate.nix {};
|
||||
whisparr = handleTest ./whisparr.nix {};
|
||||
whoogle-search = handleTest ./whoogle-search.nix {};
|
||||
wiki-js = handleTest ./wiki-js.nix {};
|
||||
wiki-js = runTest ./wiki-js.nix;
|
||||
wine = handleTest ./wine.nix {};
|
||||
wireguard = handleTest ./wireguard {};
|
||||
wg-access-server = handleTest ./wg-access-server.nix {};
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "wiki-js";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
@ -168,4 +167,3 @@ import ./make-test-python.nix (
|
||||
machine.shutdown()
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user