Skip to content
Snippets Groups Projects
Commit 893cd360 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Merge remote-tracking branch 'origin/tt-unittest-log-fix'

parents 3bd8fb8f a6c9b508
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,6 @@ class UnittestServer(Server):
test_suite.tests = [UnitTest(k, test_suite.args, test_suite.ini) for k in sorted(glob.glob(os.path.join(suite_path, "*.test" )))]
test_suite.tests = sum(map((lambda x: patterned(x, test_suite.args.tests)), test_suite.tests), [])
def print_log(self, lines):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment