nixosTests.early-mount-options: handleTest -> runTest

Changed files
+2 -2
nixos
+1 -1
nixos/tests/all-tests.nix
···
dublin-traceroute = runTest ./dublin-traceroute.nix;
dwl = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./dwl.nix;
earlyoom = runTestOn [ "x86_64-linux" ] ./earlyoom.nix;
-
early-mount-options = handleTest ./early-mount-options.nix { };
+
early-mount-options = runTest ./early-mount-options.nix;
ec2-config = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).boot-ec2-config or { };
ec2-nixops = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).boot-ec2-nixops or { };
echoip = runTest ./echoip.nix;
+1 -1
nixos/tests/early-mount-options.nix
···
# Test for https://github.com/NixOS/nixpkgs/pull/193469
-
import ./make-test-python.nix {
+
{
name = "early-mount-options";
nodes.machine = {