Modified to support test names longer than two characters plus the

test suite designator.  In English, we now support psxfile in addition
to psx11.
This commit is contained in:
Joel Sherrill
1998-12-03 21:58:53 +00:00
parent 012bb569b3
commit 146263fdc7

View File

@@ -71,7 +71,7 @@ tests="$args"
if [ ! "$tests" ] if [ ! "$tests" ]
then then
cd $logdir cd $logdir
set -- `echo sp?? mp??_? psx?? sp??_g mp??_?_g psx??_g` set -- `ls -1 sp* mp??_? psx* sp*_g mp*_?_g psx*_g 2>/dev/null | grep -v info`
cd .. cd ..
tests="$*" tests="$*"
fi fi