summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-21 01:06:57 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-23 17:44:14 +0200
commit6fb258f79548b588031c4cc6d0ca1774ca35b752 (patch)
tree3bf7fa0290565b6687c7969c85099662ea9e6b72 /test
parent87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3 (diff)
Do less logging during tests, but also log some details of what test is
running on Windows.
Diffstat (limited to 'test')
-rw-r--r--test/test.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test.cc b/test/test.cc
index e6a97e06a..15bb2cc55 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -113,9 +113,7 @@ setup_test_config ()
Config::instance()->set_default_still_length (10);
Config::instance()->set_log_types (
LogEntry::TYPE_GENERAL | LogEntry::TYPE_WARNING |
- LogEntry::TYPE_ERROR | LogEntry::TYPE_DEBUG_THREE_D |
- LogEntry::TYPE_DEBUG_ENCODE | LogEntry::TYPE_DEBUG_PLAYER |
- LogEntry::TYPE_DISK
+ LogEntry::TYPE_ERROR | LogEntry::TYPE_DISK
);
Config::instance()->set_automatic_audio_analysis (false);
auto signer = make_shared<dcp::CertificateChain>(dcp::file_to_string("test/data/signer_chain"));