Commit d02fa029 authored by Jérome Perrin's avatar Jérome Perrin

test_result: sort test results lines

We want to have FAILED test results before PASSED, to easily see the
failed tests.

Apparently this was a local change on nexedi ERP5 for some time but the
change got lost in last update. Let's commit it to make this
permanent.

/reviewed-on !960
parent 23a8c972
...@@ -535,6 +535,14 @@ ...@@ -535,6 +535,14 @@
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>simulation_state</string>
<string>descending</string>
</tuple>
<tuple>
<string>string_index</string>
<string>ascending</string>
</tuple>
<tuple> <tuple>
<string>errors</string> <string>errors</string>
<string>descending</string> <string>descending</string>
......
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