diff options
Diffstat (limited to 'scripts/resulttool')
-rwxr-xr-x | scripts/resulttool | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/resulttool b/scripts/resulttool index 18ac101923..9477667a87 100755 --- a/scripts/resulttool +++ b/scripts/resulttool | |||
@@ -49,6 +49,7 @@ import resulttool.store | |||
49 | import resulttool.regression | 49 | import resulttool.regression |
50 | import resulttool.report | 50 | import resulttool.report |
51 | import resulttool.manualexecution | 51 | import resulttool.manualexecution |
52 | import resulttool.log | ||
52 | logger = scriptutils.logger_create('resulttool') | 53 | logger = scriptutils.logger_create('resulttool') |
53 | 54 | ||
54 | def main(): | 55 | def main(): |
@@ -66,6 +67,7 @@ def main(): | |||
66 | subparsers.add_subparser_group('analysis', 'analysis', 100) | 67 | subparsers.add_subparser_group('analysis', 'analysis', 100) |
67 | resulttool.regression.register_commands(subparsers) | 68 | resulttool.regression.register_commands(subparsers) |
68 | resulttool.report.register_commands(subparsers) | 69 | resulttool.report.register_commands(subparsers) |
70 | resulttool.log.register_commands(subparsers) | ||
69 | 71 | ||
70 | args = parser.parse_args() | 72 | args = parser.parse_args() |
71 | if args.debug: | 73 | if args.debug: |