mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 05:34:20 +08:00
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* generic/difftest.in: Remove more ITRON references.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user