[MLton-commit] r6084
Vesa Karvonen
vesak at mlton.org
Thu Oct 25 02:26:44 PDT 2007
Sort tests.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/Test-smlnj.sh
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/Test-smlnj.sh
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/Test-smlnj.sh 2007-10-25 09:24:59 UTC (rev 6083)
+++ mltonlib/trunk/com/ssh/generic/unstable/Test-smlnj.sh 2007-10-25 09:26:43 UTC (rev 6084)
@@ -14,4 +14,4 @@
echo '' | \
sml -m test.cm \
$eb/public/export/{open-top-level.sml,infixes.sml} \
- $(find test/ -name '*.sml' -a -not -name 'generic.sml')
+ $(find test/ -name '*.sml' -a -not -name 'generic.sml' | sort)
More information about the MLton-commit
mailing list