Commit 253ab656 authored by Boxiang Sun's avatar Boxiang Sun Committed by gsamain

Cython test suite fixing

parent 772359d4
...@@ -19,4 +19,4 @@ md5sum = 21e0f69f6d89f60d5a00acf8e059dffa ...@@ -19,4 +19,4 @@ md5sum = 21e0f69f6d89f60d5a00acf8e059dffa
[template-runTestSuite] [template-runTestSuite]
filename = runTestSuite.in filename = runTestSuite.in
md5sum = 7ee5c01c169578837be014f68fed7754 md5sum = 7d93038e1c7ed3944acc016530a1b738
...@@ -56,7 +56,7 @@ def main(): ...@@ -56,7 +56,7 @@ def main():
'error_count': 0, 'error_count': 0,
'failure_count': result_failed, 'failure_count': result_failed,
'skip_count': 0, 'skip_count': 0,
'duration': '', 'duration': 0,
'command': '', 'command': '',
'stdout': '', 'stdout': '',
'stderr': '', 'stderr': '',
......
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