Unverified Commit ab404806 authored by Moraxyc's avatar Moraxyc
Browse files

nixosTests.scrutiny: migrate to runTest

Part of #386873
parent a9085572
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {};
+83 −85
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ lib, ... }:

{
@@ -97,4 +96,3 @@ import ./make-test-python.nix (
    assert "HelloWorld" in output
  '';
}
)