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

* runtest-bottom: Work on .exe and .ralf files.
This commit is contained in:
Joel Sherrill
2008-09-08 21:45:44 +00:00
parent 464ec0db13
commit b6de10ee00
2 changed files with 5 additions and 1 deletions
@@ -1,3 +1,7 @@
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest-bottom: Work on .exe and .ralf files.
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-gdb-bottom: Also break on C_exception_handler so we can see what
@@ -5,7 +5,7 @@
tests="$args"
if [ ! "$tests" ]
then
set -- `echo *.exe`
set -- `ls -1 *.exe *.ralf 2>/dev/null`
tests="$*"
fi