forked from Imagelibrary/rtems
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Work on .exe and .ralf files.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest.in: Work on .exe and .ralf files.
|
||||
|
||||
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest.in: Update to support .exe or .ralf extension.
|
||||
|
||||
@@ -109,7 +109,7 @@ args=$*
|
||||
tests="$args"
|
||||
if [ ! "$tests" ]
|
||||
then
|
||||
set -- `echo *.exe *.ralf`
|
||||
set -- `ls -1 *.exe *.ralf 2>/dev/null`
|
||||
tests="$*"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user