2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>

* runtest: Strip .exe or .ralf from file names.
This commit is contained in:
Joel Sherrill
2008-08-05 13:29:43 +00:00
parent cccd632c8d
commit efea3afd09
4 changed files with 10 additions and 0 deletions

View File

@@ -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>
* runtest: Update version.

View File

@@ -142,6 +142,7 @@ for tfile in $tests
do
tname=`basename $tfile .exe`
tname=`basename $tname .ralf`
cpus="1"
TEST_TYPE="single"

View File

@@ -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>
* psim-gdb: Change 4.8 to 4.9.

View File

@@ -147,6 +147,7 @@ for tfile in $tests
do
tname=`basename $tfile .exe`
tname=`basename $tname .ralf`
cpus="1"
TEST_TYPE="single"