Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285621 - net-libs/webkit-gtk tests require X
Summary: net-libs/webkit-gtk tests require X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-09-19 20:52 UTC by Olivier Crete (RETIRED)
Modified: 2009-09-28 16:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Crete (RETIRED) gentoo-dev 2009-09-19 20:52:25 UTC
The tests dont work without X.. solution: virtualx

Add:

inherit virtualx

src_test() {
        Xemake -j1 check || die "Tests failed"
}
Comment 1 Mart Raudsepp gentoo-dev 2009-09-28 16:07:44 UTC
You committed the fix yourself