Skip to content

Commit

Permalink
Sort test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpaulus committed Dec 30, 2024
1 parent 650dda0 commit 63cd275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -maxdepth 1 -name '*.msh' | parallel ./test_file.sh
find . -maxdepth 1 -name '*.msh' | sort -V | parallel ./test_file.sh

0 comments on commit 63cd275

Please sign in to comment.