From e4550b63118765c0affd653234749a92fc51961f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 17 Aug 2024 18:48:33 +0530 Subject: evanix: --max-build -> --max-builds --- nixos/tests/dsl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/dsl.nix b/nixos/tests/dsl.nix index d2a4420..18d7ed4 100644 --- a/nixos/tests/dsl.nix +++ b/nixos/tests/dsl.nix @@ -237,7 +237,7 @@ in evanix_args = ["evanix", "${targets}", "--dry-run", "--close-unused-fd", "false"] if (allow_builds := config["constraints"]["builds"]) is not None: - evanix_args.extend(["--solver=highs", "--max-build", str(allow_builds)]) + evanix_args.extend(["--solver=highs", "--max-builds", str(allow_builds)]) expect_chosen_nodes = set(name for name, node in nodes.items() if node["test"]["chosen"]) expect_n_chosen_builds = config["test"]["constrained"]["builds"] -- cgit v1.2.3