1
0
Fork 0

tests/wayland-drm-lease: Let the test be skipped if not on a tty

By passing META_TEST_RUN_FLAG_CAN_SKIP instead of
META_TEST_RUN_FLAG_NONE.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4049>
This commit is contained in:
Sebastian Wick 2024-09-26 01:08:59 +02:00 committed by Marge Bot
parent 57812546b9
commit b218fc5b7f

View file

@ -186,5 +186,5 @@ main (int argc,
G_CALLBACK (on_after_tests), NULL);
return meta_context_test_run_tests (META_CONTEXT_TEST (context),
META_TEST_RUN_FLAG_NONE);
META_TEST_RUN_FLAG_CAN_SKIP);
}