You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian Stadelmann edited this page May 23, 2016
·
3 revisions
In case your yumex-dnf source has the same version as dnfdaemon you can run G_ENABLE_DIAGNOSTIC=1 python3 ./src/main.py to test Yumex. G_ENABLE_DIAGNOSTIC is used to find Gtk+/Glib-related issues which are not reported in production code.
In case you also did changes to dnfdaemon you need to start the daemon from a terminal too. In dnfdaemon's directory run make start-system which requires sudo to be installed and configured.
You can also build test rpms by running make test-upd (update) or make test-inst (install)