forked from Imagelibrary/rtems
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Strip .exe or .ralf from file names.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* runtest: Strip .exe or .ralf from file names.
|
||||||
|
|
||||||
2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* runtest: Update version.
|
* runtest: Update version.
|
||||||
|
|||||||
@@ -142,6 +142,7 @@ for tfile in $tests
|
|||||||
do
|
do
|
||||||
|
|
||||||
tname=`basename $tfile .exe`
|
tname=`basename $tfile .exe`
|
||||||
|
tname=`basename $tname .ralf`
|
||||||
cpus="1"
|
cpus="1"
|
||||||
TEST_TYPE="single"
|
TEST_TYPE="single"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* runtest: Strip .exe or .ralf from file names.
|
||||||
|
|
||||||
2008-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* psim-gdb: Change 4.8 to 4.9.
|
* psim-gdb: Change 4.8 to 4.9.
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ for tfile in $tests
|
|||||||
do
|
do
|
||||||
|
|
||||||
tname=`basename $tfile .exe`
|
tname=`basename $tfile .exe`
|
||||||
|
tname=`basename $tname .ralf`
|
||||||
cpus="1"
|
cpus="1"
|
||||||
TEST_TYPE="single"
|
TEST_TYPE="single"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user