Browse Subversion Repository
Annotation of /branches/ttcomtester/tests/#35985.ttl
Parent Directory
| Revision Log
Revision 10521 -
( hide annotations)
( download)
Fri Jan 20 16:03:38 2023 UTC
(14 months, 3 weeks ago)
by zmatsuo
File size: 348 byte(s)
add communication test tool
| 1 |
maya |
6353 |
cmd = 'true;echo "STATUS:$?"' |
| 2 |
|
|
sendln cmd |
| 3 |
|
|
wait 'STATUS:0' |
| 4 |
|
|
messagebox '' result |
| 5 |
|
|
recvln |
| 6 |
|
|
messagebox inputstr '' |
| 7 |
|
|
|
| 8 |
|
|
sendln cmd |
| 9 |
|
|
waitln 'STATUS:0' |
| 10 |
|
|
messagebox inputstr result |
| 11 |
|
|
recvln ; ˝ŕľČ˘ĆiÜȢ |
| 12 |
|
|
messagebox inputstr '' |
| 13 |
|
|
|
| 14 |
|
|
sendln cmd |
| 15 |
|
|
waitregex '^STATUS' |
| 16 |
|
|
messagebox inputstr result |
| 17 |
|
|
recvln ; ˝ŕľČ˘ĆiÜȢ |
| 18 |
|
|
messagebox inputstr '' |
|