Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add new OSBUILD_TEST_QEMU_GUI env to make debugging easier
When running tests locally it can be useful to have a full qemu gui. E.g. the install test is not putting anything on the serial port AFAICT. So the new environment `OSBUILD_TEST_QEMU_GUI=1` will bring up a graphical qemu during the tests. Use as e.g. ``` $ sudo OSBUILD_TEST_QEMU_GUI=1 pytest -s -vv -rs './test/test_build.py::test_iso_installs[iso]' ```
- Loading branch information