Skip to content

Commit

Permalink
Actual order the parallel test output
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpaulus committed Jan 2, 2025
1 parent 8ebc143 commit e1f5b74
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' | sort -V | parallel ./test_file.sh
find . -maxdepth 1 -name '*.msh' | sort -V | parallel -k ./test_file.sh

0 comments on commit e1f5b74

Please sign in to comment.