diff options
-rw-r--r-- | src/buildtool/computed_roots/evaluate.cpp | 2 | ||||
-rw-r--r-- | test/end-to-end/computed-roots/basic.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/computed-roots/remote.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/computed_roots/evaluate.cpp b/src/buildtool/computed_roots/evaluate.cpp index ed1df8de..df4f707b 100644 --- a/src/buildtool/computed_roots/evaluate.cpp +++ b/src/buildtool/computed_roots/evaluate.cpp @@ -420,7 +420,7 @@ void ComputeAndFill( return; } Logger::Log(LogLevel::Performance, - "Root {} evaluted to {}, log {}", + "Root {} evaluated to {}, log {}", target.ToString(), *result, log_desc); 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}" \ |