test-userland: rename to test-userland-full-system and port to LkmcCliFunction

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent e51ec2aca9
commit c64e96e575
13 changed files with 119 additions and 79 deletions

View File

@@ -7,11 +7,7 @@ import common
class Main(common.TestCliFunction):
def __init__(self):
super().__init__(
defaults={
'print_time': False,
},
)
super().__init__()
self.add_argument(
'tests',
nargs='*',