diff options
Diffstat (limited to 'test/end-to-end/serve-service/serve_start_execute.sh')
-rw-r--r-- | test/end-to-end/serve-service/serve_start_execute.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/end-to-end/serve-service/serve_start_execute.sh b/test/end-to-end/serve-service/serve_start_execute.sh index 1c405d07..c9ebffba 100644 --- a/test/end-to-end/serve-service/serve_start_execute.sh +++ b/test/end-to-end/serve-service/serve_start_execute.sh @@ -34,8 +34,11 @@ readonly PIDFILE="${PWD}/pid.txt" COMPAT="" cat > .just-servec <<EOF { "repositories": [] -, "remote service": {"info file": "${INFOFILE}", "pid file": "${PIDFILE}"} -, "local build root": "${LBR}" +, "remote service": + { "info file": {"root": "system", "path": "${INFOFILE}"} + , "pid file": {"root": "system", "path": "${PIDFILE}"} + } +, "local build root": {"root": "system", "path": "${LBR}"} EOF if [ "${COMPATIBLE:-}" = "YES" ] then |