improve the release procedure

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 5ba7b31357
commit 34085fd96d
16 changed files with 310 additions and 241 deletions

4
test
View File

@@ -8,7 +8,7 @@ class Main(common.TestCliFunction):
def __init__(self):
super().__init__(
description='''\
Run all tests in one go.
https://github.com/cirosantilli/linux-kernel-module-cheat#automated-tests
'''
)
self.add_argument(
@@ -35,5 +35,5 @@ Size of the tests to run. Scale:
self.run_test(self.import_path_main('test-gdb'), run_args, 'test-gdb')
if __name__ == '__main__':
Main().cli_exit()
Main().cli()