This repository was archived by the owner on Apr 28, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork16
Testing yumex for developing
Christian Stadelmann edited this pageMay 23, 2016 ·3 revisions
In case your yumex-dnf source has the same version as dnfdaemon you can runG_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 runmake start-system which requires sudo to be installed and configured.
You can also build test rpms by runningmake test-upd (update) ormake test-inst (install)