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/gc | |
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/gc')
-rw-r--r-- | test/end-to-end/gc/export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/gc/export.sh b/test/end-to-end/gc/export.sh index 793ff8a1..15b151ef 100644 --- a/test/end-to-end/gc/export.sh +++ b/test/end-to-end/gc/export.sh @@ -22,7 +22,7 @@ readonly LBR="${TEST_TMPDIR}/local-build-root" readonly LBR_MR="${TEST_TMPDIR}/local-build-root-mr" readonly TOOLS_DIR="${TEST_TMPDIR}/tools" readonly OUT="${TEST_TMPDIR}/out" -readonly JUST_MR_ARGS="--just ${JUST} --local-build-root ${LBR_MR}" +readonly JUST_MR_ARGS="--norc --just ${JUST} --local-build-root ${LBR_MR}" BUILD_ARGS="--local-build-root ${LBR}" if [ -n "${COMPATIBLE:-}" ]; then BUILD_ARGS="$BUILD_ARGS --compatible" |