From f8fe7dbdd7eb0bdf86ecd95acf8642f5622ddbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 1 Dec 2022 23:08:32 +0100 Subject: [PATCH] tests/screen-cast: Enable 'screen-cast' debug topic Part-of: --- src/tests/native-screen-cast.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/native-screen-cast.c b/src/tests/native-screen-cast.c index 1db09ce44..41252822f 100644 --- a/src/tests/native-screen-cast.c +++ b/src/tests/native-screen-cast.c @@ -26,6 +26,8 @@ #include #include +#include "meta/util.h" + static void test_client_exited (GObject *source_object, GAsyncResult *result, @@ -52,6 +54,8 @@ meta_test_screen_cast_record_virtual (void) launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_NONE); + meta_add_verbose_topic (META_DEBUG_SCREEN_CAST); + test_client_path = g_test_build_filename (G_TEST_BUILT, "src", "tests", @@ -78,6 +82,8 @@ meta_test_screen_cast_record_virtual (void) g_main_loop_run (loop); g_assert_true (g_subprocess_get_successful (subprocess)); g_object_unref (subprocess); + + meta_remove_verbose_topic (META_DEBUG_SCREEN_CAST); } void