summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-04-09 20:36:07 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-04-16 23:18:45 +0300
commitecb6050eb89c6011ab39252f78396848bcb79c14 (patch)
tree5aaeb4d22a87ef0c83d292c35928f67cbbbe0851
parenta71e672dfaef8a5cdb13f2331b2e6e74c182ac45 (diff)
downloadqtlocation-mapboxgl-upstream/tmpsantos-fix_render_tests_logging.tar.gz
Was broken after logging got moved to its own thread.
-rw-r--r--render-test/render_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/render-test/render_test.cpp b/render-test/render_test.cpp
index a6a372d236..8d5a321012 100644
--- a/render-test/render_test.cpp
+++ b/render-test/render_test.cpp
@@ -127,6 +127,8 @@ int runRenderTests(int argc, char** argv, std::function<void()> testStatus) {
uint32_t seed;
std::string manifestPath;
std::string testFilter;
+
+ Log::useLogThread(false);
TestRunner::UpdateResults updateResults;
std::tie(recycleMap, shuffle, online, seed, manifestPath, updateResults, testFilter) = parseArguments(argc, argv);