Commit 43fb47b8 authored by Boxiang Sun's avatar Boxiang Sun

Use more precise test title

parent 78d0bdbe
......@@ -19,4 +19,4 @@ md5sum = 21e0f69f6d89f60d5a00acf8e059dffa
[template-runTestSuite]
filename = runTestSuite.in
md5sum = 29ed45638baec61ae623f2c65eedc162
md5sum = f7beb4566afc61ab58b96e41b07ae829
......@@ -51,7 +51,7 @@ def main():
# result_dict = json.loads(result_string)
result_failed = 0 if 'done' in result_string else 1
# 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,
'error_count': 0,
'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