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 --- tests/dag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dag.c b/tests/dag.c index c49bf34..f7a1937 100644 --- a/tests/dag.c +++ b/tests/dag.c @@ -19,7 +19,7 @@ struct evanix_opts_t evanix_opts = { .isflake = false, .ispipelined = true, .isdryrun = false, - .max_build = 0, + .max_builds = 0, .system = NULL, .solver_report = false, .check_cache_status = false, -- cgit v1.2.3