Skip to content

Commit

Permalink
fix: bring determinism to paths in merger
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 21, 2023
1 parent f94cfed commit 56e18b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_prof/autopilot/merger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Merger

class << self
def invoke(type, paths)
paths = paths.flat_map(&Dir.method(:glob))
paths = paths.flat_map(&Dir.method(:glob)).sort!

Logging.log "Merging #{type} reports at #{paths.join(", ")}..."

Expand Down

0 comments on commit 56e18b3

Please sign in to comment.