mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 23:47:16 +08:00
waf: Get a copy of the optional packages.
This commit is contained in:
parent
2fdbc9826f
commit
227aaea494
@ -128,7 +128,7 @@ def configure_tests(conf):
|
|||||||
|
|
||||||
tests = sorted(package_tests.keys())
|
tests = sorted(package_tests.keys())
|
||||||
local_packs = local_packages()
|
local_packs = local_packages()
|
||||||
excludes = package_optional
|
excludes = [p for p in package_optional]
|
||||||
if local_packs is not None:
|
if local_packs is not None:
|
||||||
excludes += [p[:p.rfind('.')] for p in local_packs]
|
excludes += [p[:p.rfind('.')] for p in local_packs]
|
||||||
for e in excludes:
|
for e in excludes:
|
||||||
@ -157,7 +157,7 @@ def configure_tests(conf):
|
|||||||
msg = "Checking for Tex package '%s'" % (t),
|
msg = "Checking for Tex package '%s'" % (t),
|
||||||
tex_test = t,
|
tex_test = t,
|
||||||
okmsg = 'ok',
|
okmsg = 'ok',
|
||||||
errmsg = 'degraded fonts',
|
errmsg = 'not found (degraded fonts)',
|
||||||
mandatory = False)
|
mandatory = False)
|
||||||
if r is None:
|
if r is None:
|
||||||
fails += 1
|
fails += 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user