We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f32163 commit 82450caCopy full SHA for 82450ca
tests/run.sh
@@ -7,7 +7,7 @@ fi
7
8
$MLE -v
9
10
-for t in $(find . -mindepth 2 -type f -name 'test_*'); do
+for t in $(find . -mindepth 2 -type f -name 'test_*' | sort); do
11
[ -x "$t" ] || continue
12
tshort=$(basename $t)
13
tdir=$(dirname $t)
0 commit comments