Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
sort files before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonico committed Jan 21, 2019
1 parent 6507124 commit 02fff1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
image-file-batches (->> input-dir
io/file
file-seq
sort
(filter #(.isFile %))
(filter #(re-matches #".*\.jpg$" (.getPath %)))
(mapv #(.getPath %))
Expand Down

0 comments on commit 02fff1a

Please sign in to comment.