From b20171a41a97dbfd75a98955694eb9df5314ef27 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Mon, 5 Feb 2024 11:46:34 +0100 Subject: end-to-end tests: inherit path ... for test actions, by setting an appropriate local launcher. In this way, the tests can also be run on systems where sh does not pull in enough paths to have all the "usual" tools available. --- test/end-to-end/remote-execution/large-blobs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/remote-execution/large-blobs.sh') diff --git a/test/end-to-end/remote-execution/large-blobs.sh b/test/end-to-end/remote-execution/large-blobs.sh index 21804977..a338825a 100644 --- a/test/end-to-end/remote-execution/large-blobs.sh +++ b/test/end-to-end/remote-execution/large-blobs.sh @@ -55,7 +55,8 @@ run_tests() { echo echo Upload and download to $NAME $TYPE CAS. echo - "${JUST}" build test $BUILD_ARGS --dump-artifacts result + "${JUST}" build -L '["env", "PATH='"${PATH}"'"]' $BUILD_ARGS \ + --dump-artifacts result echo SUCCESS local ARTIFACT_ID="$(cat result | jq -r '."out.file".id')" -- cgit v1.2.3