From 0d5d04f8c4ceaee4d6d7b4334dbe06f9e55cddd5 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 24 Oct 2022 14:01:19 +0200 Subject: fix position of just-mr setup subcommand --- test/bootstrap/test-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bootstrap/test-bootstrap.sh b/test/bootstrap/test-bootstrap.sh index 5a547f31..c4ea1bf2 100644 --- a/test/bootstrap/test-bootstrap.sh +++ b/test/bootstrap/test-bootstrap.sh @@ -35,7 +35,7 @@ export JUST=$(realpath "${OUTDIR}"/boot/out/bin/just) echo echo Testing if we reached the fixed point echo -readonly CONF=$(./bin/just-mr.py -C etc/repos.json setup --distdir=distdir --local-build-root="${LBRDIR}" just) +readonly CONF=$(./bin/just-mr.py -C etc/repos.json --distdir=distdir --local-build-root="${LBRDIR}" setup just) ${JUST} install -C ${CONF} -o "${OUTDIR}"/final-out --local-build-root="${LBRDIR}" sha256sum "${OUTDIR}"/boot/out/bin/just "${OUTDIR}"/final-out/bin/just -- cgit v1.2.3