mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
gmessages: Fix up testing commit to handle fatal masquerading
This makes glib/tests/testing pass again.
This commit is contained in:
parent
c12538a9c0
commit
f2a9a6142c
@ -966,7 +966,7 @@ g_logv (const gchar *log_domain,
|
|||||||
&& !fatal_log_func (log_domain, test_level, msg, fatal_log_data);
|
&& !fatal_log_func (log_domain, test_level, msg, fatal_log_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((test_level & G_LOG_FLAG_FATAL) && exit_on_fatal)
|
if ((test_level & G_LOG_FLAG_FATAL) && exit_on_fatal && !masquerade_fatal)
|
||||||
{
|
{
|
||||||
_g_log_abort ();
|
_g_log_abort ();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user