mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 05:31:53 +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())
|
||||
local_packs = local_packages()
|
||||
excludes = package_optional
|
||||
excludes = [p for p in package_optional]
|
||||
if local_packs is not None:
|
||||
excludes += [p[:p.rfind('.')] for p in local_packs]
|
||||
for e in excludes:
|
||||
@ -157,7 +157,7 @@ def configure_tests(conf):
|
||||
msg = "Checking for Tex package '%s'" % (t),
|
||||
tex_test = t,
|
||||
okmsg = 'ok',
|
||||
errmsg = 'degraded fonts',
|
||||
errmsg = 'not found (degraded fonts)',
|
||||
mandatory = False)
|
||||
if r is None:
|
||||
fails += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user