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