diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/serve-service/serve_target_cache_hit.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/end-to-end/serve-service/serve_target_cache_hit.sh b/test/end-to-end/serve-service/serve_target_cache_hit.sh index ab20ef07..660055e9 100644 --- a/test/end-to-end/serve-service/serve_target_cache_hit.sh +++ b/test/end-to-end/serve-service/serve_target_cache_hit.sh @@ -148,19 +148,6 @@ echo "${JUST}" analyse --local-build-root "${LBR}" -C "${CONF}" main && echo "this should fail" >&2 && exit 1 echo "failed as expected" -# test that it fails if we use a different remote execution address w.r.t. the -# one used by just-serve -"${JUST}" analyse \ - --local-build-root "${LBR}" \ - -L '["env", "PATH='"${PATH}"'"]' \ - --remote-serve-address "${SERVE}" \ - -C "${CONF}" \ - -r "${SERVE}" \ - ${COMPAT} \ - ${REMOTE_PROPERTIES} \ - ${DISPATCH} \ - main && echo "this should fail" >&2 && exit 1 - # test that we can successfully compile using just serve "${JUST}" build \ --local-build-root "${LBR}" \ |