Merge pull request #798 from urbit/sort-test-list

Run tests in alphabetical order.
This commit is contained in:
Elliot Glaysher 2018-08-30 13:00:59 -07:00 committed by GitHub
commit d145c04c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@
|= paths-to-tests=(map path (list test-arm))
^- (list test)
::
%- sort :_ |=([a=test b=test] !(aor path.a path.b))
::
^- (list test)
%- zing
%+ turn ~(tap by paths-to-tests)
|= [=path test-arms=(list test-arm)]