Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP1
libhugetlbfs.19319
libhugetlbfs_fix_tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libhugetlbfs_fix_tests.patch of Package libhugetlbfs.19319
References: bnc#706891 Signed-off-by: Thomas Renninger <trenn@suse.de> --- libhugetlbfs-2.12/tests/run_tests.py.org 2011-07-20 00:00:46.000000000 -0400 +++ libhugetlbfs-2.12/tests/run_tests.py 2011-07-20 00:01:55.000000000 -0400 @@ -234,7 +234,7 @@ def get_pagesizes(): """ sizes = set() out = "" - (rc, out) = bash("../obj/hugeadm --page-sizes") + (rc, out) = bash("hugeadm --page-sizes") if rc != 0 or out == "": return sizes for size in out.split("\n"): sizes.add(int(size))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor