diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-06 17:16:07 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-09 10:34:15 +0100 |
commit | be535d22a0941ba52a4be8b61884921e23c737c0 (patch) | |
tree | 2a73ba3122f14539bf9e8bf1d469c36fd0643970 /test/end-to-end | |
parent | 881518abda1297b2390c235c6168eb859069522e (diff) | |
download | justbuild-be535d22a0941ba52a4be8b61884921e23c737c0.tar.gz |
test serve_target_cache_hit: Remove wrong check
One of the analysis commands marked as expected to fail fails from
wrongly passing the launcher instead of the stated reasons. As the
behaviour between standalone and separate serve endpoint versions
would become inconsistent after fixing the command line, remove
this check completely. This does not negatively influence the scope
of the test script.
Diffstat (limited to 'test/end-to-end')
-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}" \ |