Changeset 538db54 in rtems
- Timestamp:
- 10/25/99 14:09:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c774a07e
- Parents:
- 461caa5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/tools/runtest.in
r461caa5c r538db54 184 184 echo "load $tfile" 185 185 echo "go 0x02000000" 186 echo "" 186 187 echo "perf" 187 188 echo "quit" … … 240 241 *) 241 242 output_it=1 242 sed -e '1, 12d' \243 sed -e '1,9d' \ 243 244 -e 's/ 244 245 //' -e '/^$/d' < ${logfile}.tmp | … … 247 248 if [ $output_it -eq 1 ] ; then 248 249 if [ "$line" = "sis> perf" ] ; then 250 output_it=0 251 elif [ "$line" = "sis> quit" ] ; then 252 output_it=0 253 elif [ "$line" = "sis>" ] ; then 249 254 output_it=0 250 255 else
Note: See TracChangeset
for help on using the changeset viewer.