diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-02 16:24:43 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-04 18:04:09 +0100 |
commit | 8b4ca88a78c518017b5ea88be7cb6664c5c8d684 (patch) | |
tree | b170856428e0d543b937394a71b70ecec39f4bc1 /test | |
parent | 27f227fc2762a9796e331d9636033f2d55679947 (diff) | |
download | justbuild-8b4ca88a78c518017b5ea88be7cb6664c5c8d684.tar.gz |
Adapt remote test check for actual root-level cache hits
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/computed-roots/remote.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/computed-roots/remote.sh b/test/end-to-end/computed-roots/remote.sh index 59a0f123..e35a26e0 100644 --- a/test/end-to-end/computed-roots/remote.sh +++ b/test/end-to-end/computed-roots/remote.sh @@ -150,13 +150,13 @@ grep '[Dd]iscovered.*1 action' "${OUT}/log.root" grep '0 cache hit' "${OUT}/log.root" echo -echo Building computed root again, expecting a hit +echo Building computed root again, expecting root-level cache hit echo "${JUST}" build ${REMOTE_ARGS} \ --local-build-root "${LBRDIR}" -C repo-config.json \ --log-limit 4 -f "${OUT}/log2" \ --main 'other derived' 2>&1 echo -grep 'from cache' "${OUT}/log2" +grep '[Rr]oot.*from cache' "${OUT}/log2" echo OK |