Keep running configuration tests with parallel jobs

Passing "-j1" to "waf configure" already sets the maximum amount of jobs to 1,
so the change in a2105efc6f
is deemed unnecessary.
This commit is contained in:
Thomas Nagy 2018-11-21 22:01:20 +01:00
parent e1981e936f
commit d7e701e4eb
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 0 additions and 1 deletions

View File

@ -568,7 +568,6 @@ def run_build(self, *k, **kw):
cls_name = kw.get('run_build_cls') or getattr(self, 'run_build_cls', 'build')
self.test_bld = bld = Context.create_context(cls_name, top_dir=dir, out_dir=bdir)
bld.jobs = 1
bld.init_dirs()
bld.progress_bar = 0
bld.targets = '*'