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/git-import | |
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/git-import')
-rwxr-xr-x | test/end-to-end/git-import/chained-import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/chained-import.sh b/test/end-to-end/git-import/chained-import.sh index 8eba65ab..e9f98198 100755 --- a/test/end-to-end/git-import/chained-import.sh +++ b/test/end-to-end/git-import/chained-import.sh @@ -82,7 +82,7 @@ EOF echo cat repos.json echo -"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" install -o "${OUT}" 2>&1 +"${JUST_MR}" --norc --just "${JUST}" --local-build-root "${LBR}" install -o "${OUT}" 2>&1 echo cat "${OUT}/out.txt" echo |