diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-27 18:54:57 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-27 18:56:07 +0100 |
commit | d3a9caad93fbdb72deaecf4915fb892a4d212f74 (patch) | |
tree | a95a8793044aca3b3a6f06c5a42c59d53412f9be | |
parent | 9e6ddfee5aeb8c3c39a9138986d12aea209d0a03 (diff) | |
download | justbuild-d3a9caad93fbdb72deaecf4915fb892a4d212f74.tar.gz |
["end-to-end/git-import", "annotations"]: propagate PATH
... to generic actions, in order to not rely on "standard paths"
being pulled in.
-rwxr-xr-x | test/end-to-end/git-import/annotations.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/end-to-end/git-import/annotations.sh b/test/end-to-end/git-import/annotations.sh index 27a4068f..4ec479c7 100755 --- a/test/end-to-end/git-import/annotations.sh +++ b/test/end-to-end/git-import/annotations.sh @@ -85,6 +85,7 @@ echo echo Sanity check: can build echo "${JUST_MR}" --norc --just "${JUST}" \ + -L '["env", "PATH='"${PATH}"'"]' \ -C repos.json \ --local-build-root "${LBR}" \ install -o "${OUT}" 2>&1 |