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

This commit is contained in:
Sizhe Zhao 2025-06-07 21:23:05 +08:00
parent 7ea4b7c71a
commit 5df085c57a
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
# Test for https://github.com/NixOS/nixpkgs/pull/193469
import ./make-test-python.nix {
{
name = "early-mount-options";
nodes.machine = {