From 0a0d4baf28ee0436536c3a9a4da86a88440f49c2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 3 Sep 2024 19:15:44 +0530 Subject: tests/dag: set opts.system --- tests/dag.c | 2 +- tests/dag_merge.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/dag.c b/tests/dag.c index f7a1937..f79d759 100644 --- a/tests/dag.c +++ b/tests/dag.c @@ -20,7 +20,7 @@ struct evanix_opts_t evanix_opts = { .ispipelined = true, .isdryrun = false, .max_builds = 0, - .system = NULL, + .system = "0xDEADBEEF", .solver_report = false, .check_cache_status = false, .solver = NULL, diff --git a/tests/dag_merge.json b/tests/dag_merge.json index 5aca18e..12c2af7 100644 --- a/tests/dag_merge.json +++ b/tests/dag_merge.json @@ -1,3 +1,3 @@ -{"name":"a","attr":"a","drvPath":"/nox/store/a.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/a"}} -{"attr":"b","name":"b","drvPath":"/nox/store/b.drv","inputDrvs":{},"outputs":{"out":"/nox/store/b"}} -{"name":"c","attr":"c","drvPath":"/nox/store/c.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/b"}} +{"name":"a","attr":"a","drvPath":"/nox/store/a.drv","system":"0xDEADBEEF","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/a"}} +{"attr":"b","name":"b","drvPath":"/nox/store/b.drv","system":"0xDEADBEEF","inputDrvs":{},"outputs":{"out":"/nox/store/b"}} +{"name":"c","attr":"c","drvPath":"/nox/store/c.drv","system":"0xDEADBEEF","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/b"}} -- cgit v1.2.3