summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-17 18:48:33 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-17 18:50:33 +0530
commite4550b63118765c0affd653234749a92fc51961f (patch)
treebbf3990cfcaa78dd97eb8d66d539b4e9caa0f308 /tests
parent37d813bf6be0570c6feab070002451bd6042b0d7 (diff)
evanix: --max-build -> --max-builds
Diffstat (limited to 'tests')
-rw-r--r--tests/dag.c2
1 files changed, 1 insertions, 1 deletions
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,