mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
reftests: Add a message to the test output
Emit a message that ends up in the test output if we are modifying the test on the fly.
This commit is contained in:
parent
a898dc6e9f
commit
2423eb11e3
@ -40,6 +40,8 @@ strip_attributes_if_no_animation (GtkWidget *widget)
|
||||
if (enabled)
|
||||
return;
|
||||
|
||||
g_message ("Unsetting text attributes because animation is disabled.");
|
||||
|
||||
reftest_inhibit_snapshot ();
|
||||
gtk_label_set_attributes (GTK_LABEL (widget), NULL);
|
||||
g_timeout_add (500, unblock, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user