From ff656bb95728387b5b2b1232a70688455c3b62b5 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 17 Apr 2006 02:06:08 +0000 Subject: [PATCH] - Sort files in lessons dir when testing --- run_tests.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh.in b/run_tests.sh.in index de033b28..c1b3cc1d 100644 --- a/run_tests.sh.in +++ b/run_tests.sh.in @@ -3,7 +3,7 @@ _XPG=1 result=0 errcnt=0 tstcnt=0; -for x in @top_srcdir@/test/*.re `find @top_srcdir@/lessons -name '*.re'`; do +for x in @top_srcdir@/test/*.re `find @top_srcdir@/lessons -name '*.re'|sort`; do tstcnt=$(($tstcnt+1)) switches=`basename $x|sed -e 's/^[^.]*\.\(.*\)\.re$/-\1/g' -e 's/^[^-].*//g'` genname=`echo $switches|sed -e 's,^.[^o].*$,,g' -e 's,^-o\([ -]*\),@builddir@/test/\1,g'` -- 2.50.1