Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_multiple_source_roots, ignore ordering.
The `test_multiple_source_root` test failed on my machine. Although the langs list in each line is sorted by the `ListRoots` task, the roots themselves are emitted in no particular order. Also leverage `ConsoleTaskTestBase.assert_console_output` in favor of the custom output testing infra the test was using. Testing Done: CI went green here: https://travis-ci.org/pantsbuild/pants/builds/89705302 Bugs closed: 2511 Reviewed at https://rbcommons.com/s/twitter/r/3089/
- Loading branch information