From 5df085c57ac03d8f23aed492b1ee80a8ef24d007 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 7 Jun 2025 21:23:05 +0800 Subject: [PATCH] nixosTests.early-mount-options: handleTest -> runTest --- nixos/tests/all-tests.nix | 2 +- nixos/tests/early-mount-options.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index afcd460418d4..53b5af5bd38a 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -435,7 +435,7 @@ in 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; diff --git a/nixos/tests/early-mount-options.nix b/nixos/tests/early-mount-options.nix index 6d73a473e3b3..5a54c2f38907 100644 --- a/nixos/tests/early-mount-options.nix +++ b/nixos/tests/early-mount-options.nix @@ -1,5 +1,5 @@ # Test for https://github.com/NixOS/nixpkgs/pull/193469 -import ./make-test-python.nix { +{ name = "early-mount-options"; nodes.machine = {