- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/opihi/pantasks/test/iotest.sh
r15798 r27838 18 18 periods -exec 1.0 19 19 periods -timeout 20 20 active false 20 21 npending 5 21 22 … … 56 57 end 57 58 end 59 60 macro show.book 61 if ($0 != 2) 62 echo "USAGE: show.book (book)" 63 break 64 end 65 66 book npages $1 -var npages 67 for i 0 $npages 68 book getpage $1 $i -var pagename 69 book listpage $1 $pagename 70 end 71 72 echo "npages: $npages" 73 end 74 75 macro load.book 76 queueload stdout -x "cat iotest.dat" 77 ipptool2book stdout testbook -key chip_id 78 end
Note:
See TracChangeset
for help on using the changeset viewer.
