userland: show stdout again?

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 022bbe970e
commit 080f4e9d4d
4 changed files with 14 additions and 6 deletions

View File

@@ -47,7 +47,11 @@ If given, run only the given tests. Otherwise, run all tests.
]
else:
arch_sources = []
arch_sources[:] = [os.path.join('arch', self.env['arch'], arch_source) for arch_source in arch_sources]
arch_sources[:] = [
os.path.join('arch', self.env['arch'], arch_source)
for arch_source
in arch_sources
]
sources.extend(arch_sources)
else:
sources = self.env['tests']