summaryrefslogtreecommitdiff
path: root/test/end-to-end
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-27 10:17:18 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-29 16:05:35 +0100
commitf5a09af3a3196b8a3d250a664efd03b399d70da7 (patch)
tree78314bfbe394fc62314fc25e02614eeb234367cb /test/end-to-end
parent48c2382218a5af10177e68ba24091e77f1e045e6 (diff)
downloadjustbuild-f5a09af3a3196b8a3d250a664efd03b399d70da7.tar.gz
just-lock config: Make field names consistent with just-mr
Diffstat (limited to 'test/end-to-end')
-rw-r--r--test/end-to-end/just-lock/git-tree-imports.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/end-to-end/just-lock/git-tree-imports.sh b/test/end-to-end/just-lock/git-tree-imports.sh
index 9338dd2c..5136bbe0 100644
--- a/test/end-to-end/just-lock/git-tree-imports.sh
+++ b/test/end-to-end/just-lock/git-tree-imports.sh
@@ -89,12 +89,12 @@ cat > repos.in.json <<EOF
}
}
, "imports":
- [ { "source": "git-tree"
+ [ { "source": "git tree"
, "repos": [{"alias": "foo"}]
, "cmd": ["mock-vcs", "checkout"]
- , "inherit_env": ["PATH", "CREDENTIAL_PATH"]
+ , "inherit env": ["PATH", "CREDENTIAL_PATH"]
, "subdir": "data"
- , "as_plain": true
+ , "as plain": true
}
]
}
@@ -119,12 +119,12 @@ cat > repos.in.json <<EOF
}
}
, "imports":
- [ { "source": "git-tree"
+ [ { "source": "git tree"
, "repos": [{"alias": "foo"}]
- , "cmd_gen": ["mock-vcs-gen"]
- , "inherit_env": ["PATH", "CREDENTIAL_PATH"]
+ , "cmd gen": ["mock-vcs-gen"]
+ , "inherit env": ["PATH", "CREDENTIAL_PATH"]
, "subdir": "data"
- , "as_plain": true
+ , "as plain": true
}
]
}