mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
tests: run from fastest to slowest
This commit is contained in:
parent
1cb22b4c95
commit
943fefe237
@ -52,7 +52,7 @@ class Controller
|
|||||||
else
|
else
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
end.compact.sort_by { |class_name| @results.duration? class_name }.reverse
|
end.compact.sort_by { |class_name| @results.duration? class_name }
|
||||||
end
|
end
|
||||||
|
|
||||||
def go
|
def go
|
||||||
|
Loading…
Reference in New Issue
Block a user