summaryrefslogtreecommitdiffstats
path: root/src/build_log_test.cc
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-12-18 19:04:14 (GMT)
committerNico Weber <thakis@chromium.org>2014-12-18 19:04:14 (GMT)
commit2d4a637c3010e1c8726967c9072cf73619fcd47d (patch)
tree2421e938dd5acc3c68b6b68ae086dcbc4a3d39f4 /src/build_log_test.cc
parent191f26d1497a568fcf2fce547031ce7ac93d2455 (diff)
downloadNinja-2d4a637c3010e1c8726967c9072cf73619fcd47d.zip
Ninja-2d4a637c3010e1c8726967c9072cf73619fcd47d.tar.gz
Ninja-2d4a637c3010e1c8726967c9072cf73619fcd47d.tar.bz2
Remove 'Recompacting...' messages.
Recompacting the build log used to be slow, so it made sense to print this message. We then made recompaction much faster, but didn't remove this message back then. The deps log only has it because the build log had it. Since both steps are effectively instant in practice, remove these log messages.
Diffstat (limited to 'src/build_log_test.cc')
-rw-r--r--src/build_log_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_log_test.cc b/src/build_log_test.cc
index 7ea2117..2c41ba6 100644
--- a/src/build_log_test.cc
+++ b/src/build_log_test.cc
@@ -290,7 +290,6 @@ TEST_F(BuildLogRecompactTest, Recompact) {
ASSERT_TRUE(log2.LookupByOutput("out"));
ASSERT_TRUE(log2.LookupByOutput("out2"));
// ...and force a recompaction.
- log2.set_quiet(true);
EXPECT_TRUE(log2.OpenForWrite(kTestFilename, *this, &err));
log2.Close();