nixosTests.early-mount-options: handleTest -> runTest
This commit is contained in:
parent
7ea4b7c71a
commit
5df085c57a
@ -435,7 +435,7 @@ in
|
|||||||
dublin-traceroute = runTest ./dublin-traceroute.nix;
|
dublin-traceroute = runTest ./dublin-traceroute.nix;
|
||||||
dwl = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./dwl.nix;
|
dwl = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./dwl.nix;
|
||||||
earlyoom = runTestOn [ "x86_64-linux" ] ./earlyoom.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-config = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).boot-ec2-config or { };
|
||||||
ec2-nixops = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).boot-ec2-nixops or { };
|
ec2-nixops = (handleTestOn [ "x86_64-linux" ] ./ec2.nix { }).boot-ec2-nixops or { };
|
||||||
echoip = runTest ./echoip.nix;
|
echoip = runTest ./echoip.nix;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Test for https://github.com/NixOS/nixpkgs/pull/193469
|
# Test for https://github.com/NixOS/nixpkgs/pull/193469
|
||||||
import ./make-test-python.nix {
|
{
|
||||||
name = "early-mount-options";
|
name = "early-mount-options";
|
||||||
|
|
||||||
nodes.machine = {
|
nodes.machine = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user