commit | 8bbc058a7788b04b889721d353435ff2ff7f1738 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Nov 23 06:37:41 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Nov 23 06:39:20 2018 -0800 |
tree | c1d29b7380bdd2594ab3f00ed24841a2d4dca39c | |
parent | eb139371c91b48cfd018aa99bdc334c7b2422179 [diff] [blame] |
Reuse the pre-computed spawnSummary. Add an integration test for remote cache hits status line. RELNOTES: None. PiperOrigin-RevId: 222621275
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BuildSummaryStatsModule.java b/src/main/java/com/google/devtools/build/lib/runtime/BuildSummaryStatsModule.java index 8666ce9..6c7a4d7 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/BuildSummaryStatsModule.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/BuildSummaryStatsModule.java
@@ -140,7 +140,7 @@ String spawnSummary = spawnStats.getSummary(); if (statsSummary) { - reporter.handle(Event.info(spawnStats.getSummary())); + reporter.handle(Event.info(spawnSummary)); reporter.handle( Event.info( String.format(