summaryrefslogtreecommitdiff
path: root/test/end-to-end
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-14 14:19:50 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-14 14:38:49 +0100
commitd36c6bc3de4982aac1774312200543a47e84d6f1 (patch)
tree72042f1175669a02f90159cc2ab4987849683dea /test/end-to-end
parenta3f6d3e9a1000a6203bca6839b921a5cce091fe6 (diff)
downloadjustbuild-d36c6bc3de4982aac1774312200543a47e84d6f1.tar.gz
Fix typo in log message
Diffstat (limited to 'test/end-to-end')
-rw-r--r--test/end-to-end/computed-roots/basic.sh2
-rw-r--r--test/end-to-end/computed-roots/remote.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/computed-roots/basic.sh b/test/end-to-end/computed-roots/basic.sh
index 16e363c1..ee08c4bd 100644
--- a/test/end-to-end/computed-roots/basic.sh
+++ b/test/end-to-end/computed-roots/basic.sh
@@ -120,7 +120,7 @@ echo
echo
echo Sanity-check of the log
echo
-grep '[Rr]oot.*base.*evaluted.*' "${OUT}/log" > "${TMPDIR}/log_line"
+grep '[Rr]oot.*base.*evaluated.*' "${OUT}/log" > "${TMPDIR}/log_line"
cat "${TMPDIR}/log_line"
sed -i 's/.*log //' "${TMPDIR}/log_line"
"${JUST}" install-cas --local-build-root "${LBRDIR}" \
diff --git a/test/end-to-end/computed-roots/remote.sh b/test/end-to-end/computed-roots/remote.sh
index e35a26e0..1c11ba36 100644
--- a/test/end-to-end/computed-roots/remote.sh
+++ b/test/end-to-end/computed-roots/remote.sh
@@ -137,7 +137,7 @@ echo Sanity-check of the log
echo
# As this target was never built before, there can't be a cache hit,
# hence we expect a reference to an evaluation log.
-grep '[Rr]oot.*base.*evaluted.*' "${OUT}/log" > "${TMPDIR}/log_line"
+grep '[Rr]oot.*base.*evaluated.*' "${OUT}/log" > "${TMPDIR}/log_line"
cat "${TMPDIR}/log_line"
sed -i 's/.*log //' "${TMPDIR}/log_line"
"${JUST}" install-cas --local-build-root "${LBRDIR}" \