Disabled Xvfb tests for now, as some of them are having issues with discussions
with upstream ongoing.
Wrap the tests run inside dbus-run-session, despite upstream Makefiles trying
to do that already for some tests - seem to be missing for some, or other
mysterious problems when not doing our own dbus-run-session too.
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
$(use_with gtk) \
$(use_enable readline) \
$(use_with test dbus-tests) \
- $(use_with test xvfb-tests) \
- --disable-installed-tests
+ --disable-installed-tests \
+ --without-xvfb-tests
+ #$(use_with test xvfb-tests) # https://gitlab.gnome.org/GNOME/gjs/issues/280
}
src_install() {
}
src_test() {
- virtx default
+ virtx dbus-run-session emake check || die
}