Commit ef42ca00 authored by zhifan huang's avatar zhifan huang

fix report content dont match case name

parent 424ec5c9
...@@ -30,4 +30,4 @@ md5sum = feb4b3318f37414d1bf3d16a03aec93d ...@@ -30,4 +30,4 @@ md5sum = feb4b3318f37414d1bf3d16a03aec93d
[template-runTestSuite] [template-runTestSuite]
filename = run-unit-test.in filename = run-unit-test.in
md5sum = e2572344a6661fc66efb7c802dd12aa9 md5sum = 18d4d656984ae2c99f56064b1e727bcb
...@@ -81,7 +81,7 @@ def main(): ...@@ -81,7 +81,7 @@ def main():
for case in test_name_list: for case in test_name_list:
test_result_line = test_result.start() test_result_line = test_result.start()
case = test_result_line.name
# report status back to Nexedi ERP5 # report status back to Nexedi ERP5
test_result_line.stop( test_result_line.stop(
command = command, command = command,
......
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