Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1051,7 +1051,7 @@ in { scaphandre = handleTest ./scaphandre.nix {}; schleuder = handleTest ./schleuder.nix {}; scion-freestanding-deployment = handleTest ./scion/freestanding-deployment {}; scrutiny = handleTest ./scrutiny.nix {}; scrutiny = runTest ./scrutiny.nix; sddm = handleTest ./sddm.nix {}; sdl3 = handleTest ./sdl3.nix { }; seafile = handleTest ./seafile.nix {}; Loading nixos/tests/scrutiny.nix +83 −85 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { Loading Loading @@ -97,4 +96,3 @@ import ./make-test-python.nix ( assert "HelloWorld" in output ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1051,7 +1051,7 @@ in { scaphandre = handleTest ./scaphandre.nix {}; schleuder = handleTest ./schleuder.nix {}; scion-freestanding-deployment = handleTest ./scion/freestanding-deployment {}; scrutiny = handleTest ./scrutiny.nix {}; scrutiny = runTest ./scrutiny.nix; sddm = handleTest ./sddm.nix {}; sdl3 = handleTest ./sdl3.nix { }; seafile = handleTest ./seafile.nix {}; Loading
nixos/tests/scrutiny.nix +83 −85 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { Loading Loading @@ -97,4 +96,3 @@ import ./make-test-python.nix ( assert "HelloWorld" in output ''; } )