diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-09 00:52:07 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-09 01:11:53 +0200 |
commit | ea44f6089c5813a20f221792e67ff94723205a81 (patch) | |
tree | 5262ecfb519cb9d0d9d54a1be3da15516bc55d67 /test/end-to-end/remote-execution | |
parent | 7d94668a6a917da363acfc9294ab0f257b72fc8c (diff) | |
download | justbuild-ea44f6089c5813a20f221792e67ff94723205a81.tar.gz |
end-to-end tests: be independent of the user's home directory
... and, in particular, do not read any rc files for just-mr
the user might have.
Diffstat (limited to 'test/end-to-end/remote-execution')
-rw-r--r-- | test/end-to-end/remote-execution/native-protocol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/native-protocol.sh b/test/end-to-end/remote-execution/native-protocol.sh index 3257570f..3ff3a050 100644 --- a/test/end-to-end/remote-execution/native-protocol.sh +++ b/test/end-to-end/remote-execution/native-protocol.sh @@ -66,7 +66,7 @@ cat > TARGETS <<EOF } EOF -readonly CONF="$("${JUST_MR}" -C repos.json --local-build-root="${LBRDIR}" setup)" +readonly CONF="$("${JUST_MR}" --norc -C repos.json --local-build-root="${LBRDIR}" setup)" NAME="native" ARGS="" |