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/target-cache | |
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/target-cache')
-rw-r--r-- | test/end-to-end/target-cache/target-cache-hit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/target-cache/target-cache-hit.sh b/test/end-to-end/target-cache/target-cache-hit.sh index a074e0bd..6ff97418 100644 --- a/test/end-to-end/target-cache/target-cache-hit.sh +++ b/test/end-to-end/target-cache/target-cache-hit.sh @@ -55,7 +55,7 @@ if [ "${COMPATIBLE:-}" = "YES" ]; then fi # build project twice locally to trigger a target cache hit -export CONF="$("$JUST_MR" -C repos.json --local-build-root="$LBRDIR" setup main)" +export CONF="$("$JUST_MR" --norc -C repos.json --local-build-root="$LBRDIR" setup main)" "$JUST" build -C "$CONF" main --local-build-root="$LBRDIR" $ARGS 2>&1 "$JUST" build -C "$CONF" main --local-build-root="$LBRDIR" $ARGS 2>&1 |