Created an all-up script runner
This commit is contained in:
8
tests/pingpair_test/runtests.sh
Executable file
8
tests/pingpair_test/runtests.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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-A40081RP || exit 1
|
||||
exit 0
|
||||
Reference in New Issue
Block a user