Skip to content

Commit 82450ca

Browse files
committed
run tests in sorted order (cosmetic)
1 parent 8f32163 commit 82450ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

88
$MLE -v
99

10-
for t in $(find . -mindepth 2 -type f -name 'test_*'); do
10+
for t in $(find . -mindepth 2 -type f -name 'test_*' | sort); do
1111
[ -x "$t" ] || continue
1212
tshort=$(basename $t)
1313
tdir=$(dirname $t)

0 commit comments

Comments
 (0)