mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
userland: show stdout again?
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user