forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user