diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-10-24 14:01:19 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-10-24 14:01:19 +0200 |
commit | 0d5d04f8c4ceaee4d6d7b4334dbe06f9e55cddd5 (patch) | |
tree | e33571d3565a44df3a27596dfc61ec23ecb692fb | |
parent | 864f3f3c95b88131bbb7385a7636e3360abe3374 (diff) | |
download | justbuild-0d5d04f8c4ceaee4d6d7b4334dbe06f9e55cddd5.tar.gz |
fix position of just-mr setup subcommand
-rw-r--r-- | test/bootstrap/test-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |