diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/serve-service/serve_start_execute.sh | 7 |
1 files changed, 7 insertions, 0 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 6cc0448f..5cad0400 100644 --- a/test/end-to-end/serve-service/serve_start_execute.sh +++ b/test/end-to-end/serve-service/serve_start_execute.sh @@ -77,3 +77,10 @@ ENDTARGETS "${JUST}" install --local-build-root "${LBR}" -r localhost:${PORT} -o . grep 'just-serve-just-execute' out.txt + +# test that if we only pass --remote-serve-address it is also used as remote +# execution endpoint + +rm -rf "${LBR}" +"${JUST}" install --local-build-root "${LBR}" --remote-serve-address localhost:${PORT} -o . +grep 'just-serve-just-execute' out.txt |