aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dag.c2
-rw-r--r--tests/dag_merge.json6
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"}}