mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
testsuite: Don't die on the first error
Continue running the test, just mark it as a failure.
This commit is contained in:
parent
3a373b9b33
commit
63578d832a
@ -61,7 +61,8 @@ deserialize_error_func (const GtkCssSection *section,
|
||||
{
|
||||
char *section_str = gtk_css_section_to_string (section);
|
||||
|
||||
g_error ("Error at %s: %s", section_str, error->message);
|
||||
g_test_message ("Error at %s: %s", section_str, error->message);
|
||||
g_test_fail ();
|
||||
|
||||
free (section_str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user