2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* generic/difftest.in: Remove more ITRON references.
This commit is contained in:
Joel Sherrill
2010-06-21 22:54:33 +00:00
parent 07f72c22bb
commit 42b5ba06f8
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* generic/difftest.in: Remove more ITRON references.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
+1 -3
View File
@@ -71,7 +71,7 @@ tests="$args"
if [ ! "$tests" ]
then
cd $logdir
set -- `ls -1 sp* mp??_? psx* itron* mp*_?_g 2>/dev/null | grep -v info`
set -- `ls -1 sp* mp??_? psx* mp*_?_g 2>/dev/null | grep -v info`
cd ..
tests="$*"
fi
@@ -97,8 +97,6 @@ do
tmp_scn_file=sptests/$t.scn;;
psx*)
tmp_scn_file=psxtests/$t.scn;;
itron*)
tmp_scn_file=itrontests/$t.scn;;
*)
fatal "unknown test $t";;
esac