prepare tests to run with configuration parameters

This commit is contained in:
maniacbug
2011-07-13 16:01:45 -07:00
parent af37c345e8
commit 7640852edf
3 changed files with 19 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
# Connect p6 to receiver, p4 to sender
jam p4 p6 || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs &
./runtest.py /dev/tty.usbserial-A40081RP || exit 1
kill `jobs -p`
exit 0