runtests now hups between each test instead of uploading

This commit is contained in:
maniacbug 2012-01-15 23:35:07 -08:00
parent c6262edbce
commit 94635e8cc5
1 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,9 @@
# WARNING: Test config 2 only works with PLUS units.
jam u0 u1 && expect test.ex 1
jam u0 u1 && expect test.ex 2
jam u0 u1 && expect test.ex 3
stty 57600 raw ignbrk hup < /dev/ttyUSB0 && sleep 1
stty 57600 raw ignbrk hup < /dev/ttyUSB1 && sleep 1
expect test.ex 2
stty 57600 raw ignbrk hup < /dev/ttyUSB0 && sleep 1
stty 57600 raw ignbrk hup < /dev/ttyUSB1 && sleep 1
expect test.ex 3