summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:09:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:09:13 +0000
commit538db546424957585579f6189248003e498e8dca (patch)
tree8ac0d611f4681e17258b7ce986ef5c6d1a962b11 /c/src/lib/libbsp
parentSwapped SO_SNDWAKEUP and SO_RCVWAKEUP in many places since they were (diff)
downloadrtems-538db546424957585579f6189248003e498e8dca.tar.bz2
Modified to produce correct output with new version of sis.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/tools/runtest.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
index f45517e951..f5a9785ba3 100644
--- a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
+++ b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
@@ -183,6 +183,7 @@ do
*)
echo "load $tfile"
echo "go 0x02000000"
+ echo ""
echo "perf"
echo "quit"
;;
@@ -239,13 +240,17 @@ do
;;
*)
output_it=1
- sed -e '1,12d' \
+ sed -e '1,9d' \
-e 's/ //' -e '/^$/d' < ${logfile}.tmp |
while read line
do
if [ $output_it -eq 1 ] ; then
if [ "$line" = "sis> perf" ] ; then
output_it=0
+ elif [ "$line" = "sis> quit" ] ; then
+ output_it=0
+ elif [ "$line" = "sis>" ] ; then
+ output_it=0
else
echo "$line"
fi