0.73.0: test suite fails in assertion of the test_libdnf_main
unit because use g_assert ()
in test units
#1643
Labels
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Continuation of #1620
I think that I know why this unit is failing in my env.
I'm using glib binaries compiled with disabled assertions.
Looks like libdnf test suite is using
g_assert ()
in test units. This assertion should not be used.From https://docs.gtk.org/glib/func.assert.html:
In other words instead using
g_assert ()
otherg_assert_* ()
assertions should be used.List of places where g_assert () currently is used
The text was updated successfully, but these errors were encountered: