2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* runtest.in: Work on .exe and .ralf files.
This commit is contained in:
Joel Sherrill
2008-09-08 21:45:53 +00:00
parent b6de10ee00
commit 92845aecf4
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -109,7 +109,7 @@ args=$*
tests="$args"
if [ ! "$tests" ]
then
set -- `echo *.exe *.ralf`
set -- `ls -1 *.exe *.ralf 2>/dev/null`
tests="$*"
fi