mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
baremetal: symlink all programs that currently run on both userland and baremetal
This commit is contained in:
@@ -17,7 +17,7 @@ TODO: expose all userland relevant ./run args here as well somehow.
|
||||
'''
|
||||
if not 'defaults' in kwargs:
|
||||
kwargs['defaults'] = {}
|
||||
super().__init__(*args, **kwargs)
|
||||
super().__init__(*args, is_userland=True, **kwargs)
|
||||
self.add_argument(
|
||||
'tests',
|
||||
nargs='*',
|
||||
|
||||
Reference in New Issue
Block a user