diff options
Diffstat (limited to 'test/end-to-end/just-mr/absent-roots.sh')
-rw-r--r-- | test/end-to-end/just-mr/absent-roots.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/end-to-end/just-mr/absent-roots.sh b/test/end-to-end/just-mr/absent-roots.sh index 853d2149..db3779f5 100644 --- a/test/end-to-end/just-mr/absent-roots.sh +++ b/test/end-to-end/just-mr/absent-roots.sh @@ -66,9 +66,12 @@ cat repos.json # Make the repository available via 'just serve' cat > .just-servec <<EOF -{ "repositories": ["${REPO_ROOT}"] -, "remote service": {"info file": "${INFOFILE}", "pid file": "${PIDFILE}"} -, "local build root": "${SERVE_LBR}" +{ "repositories": [{"root": "system", "path": "${REPO_ROOT}"}] +, "remote service": + { "info file": {"root": "system", "path": "${INFOFILE}"} + , "pid file": {"root": "system", "path": "${PIDFILE}"} + } +, "local build root": {"root": "system", "path": "${SERVE_LBR}"} } EOF echo "Serve service configuration:" |