summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/end-to-end/just-mr/git-tree-env.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/end-to-end/just-mr/git-tree-env.sh b/test/end-to-end/just-mr/git-tree-env.sh
index d93ac454..255bd9e9 100755
--- a/test/end-to-end/just-mr/git-tree-env.sh
+++ b/test/end-to-end/just-mr/git-tree-env.sh
@@ -79,8 +79,7 @@ cat repos.json
grep checked-out "${OUT}/sources.txt"
# Verify the environment is needed
-export CREDENTIALS_PATH=/dev/null
-"${JUST_MR}" --norc --just "${JUST}" --local-build-root "${LBR2}" \
- build 2>&1 && exit 1 || :
+export CREDENTIAL_PATH=/dev/null
+"${JUST_MR}" --norc --local-build-root "${LBR2}" setup 2>&1 && exit 1 || :
echo DONE