Commit 89276735 authored by Boxiang Sun's avatar Boxiang Sun Committed by gsamain

Use more precise test title

parent 1a76cb00
...@@ -19,4 +19,4 @@ md5sum = 21e0f69f6d89f60d5a00acf8e059dffa ...@@ -19,4 +19,4 @@ md5sum = 21e0f69f6d89f60d5a00acf8e059dffa
[template-runTestSuite] [template-runTestSuite]
filename = runTestSuite.in filename = runTestSuite.in
md5sum = 29ed45638baec61ae623f2c65eedc162 md5sum = f7beb4566afc61ab58b96e41b07ae829
...@@ -51,7 +51,7 @@ def main(): ...@@ -51,7 +51,7 @@ def main():
# result_dict = json.loads(result_string) # result_dict = json.loads(result_string)
result_failed = 0 if 'done' in result_string else 1 result_failed = 0 if 'done' in result_string else 1
# for result in result_dict['tests']: # for result in result_dict['tests']:
test_line_dict['%s: %s' % ('Cython test', 'basic test')] = { test_line_dict['%s: %s' % ('Cython test', 'nogil extension initialization')] = {
'test_count': 1, 'test_count': 1,
'error_count': 0, 'error_count': 0,
'failure_count': result_failed, 'failure_count': result_failed,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment