Changeset 538db54 in rtems


Ignore:
Timestamp:
10/25/99 14:09:13 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c774a07e
Parents:
461caa5c
Message:

Modified to produce correct output with new version of sis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/tools/runtest.in

    r461caa5c r538db54  
    184184               echo "load $tfile"
    185185               echo "go 0x02000000"
     186               echo ""
    186187               echo "perf"
    187188               echo "quit"
     
    240241       *)
    241242           output_it=1
    242            sed -e '1,12d' \
     243           sed -e '1,9d' \
    243244               -e 's/
    244245//' -e '/^$/d' < ${logfile}.tmp |
     
    247248                if [ $output_it -eq 1 ] ; then
    248249                   if [ "$line" = "sis> perf" ] ; then
     250                     output_it=0
     251                   elif [ "$line" = "sis> quit" ] ; then
     252                     output_it=0
     253                   elif [ "$line" = "sis>" ] ; then
    249254                     output_it=0
    250255                   else
Note: See TracChangeset for help on using the changeset viewer.