Commit d32e6bc6 authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

test_result: display actual duration on test result

This is different from the total of durations of test result lines
because they are executed in parralel on different testnodes. The
actual duration is just the difference between start and stop, so
that we don't have to calculate.
parent a6e41465
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
<string>my_id</string> <string>my_id</string>
<string>my_start_date</string> <string>my_start_date</string>
<string>my_stop_date</string> <string>my_stop_date</string>
<string>your_real_duration</string>
</list> </list>
</value> </value>
</item> </item>
......
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