summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-12-02 16:24:43 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-12-04 18:04:09 +0100
commit8b4ca88a78c518017b5ea88be7cb6664c5c8d684 (patch)
treeb170856428e0d543b937394a71b70ecec39f4bc1 /test
parent27f227fc2762a9796e331d9636033f2d55679947 (diff)
downloadjustbuild-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.sh4
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