Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 285621

Summary: net-libs/webkit-gtk tests require X
Product: Gentoo Linux Reporter: Olivier Crete (RETIRED) <tester>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 263083    

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