From a0038b4aa8febffa8d094f4dbb7610e6b3270cd9 Mon Sep 17 00:00:00 2001 From: Danny Staple Date: Sat, 7 May 2022 12:44:12 +0100 Subject: [PATCH] More deploy scripts --- .deploy/ch-5-1-test-1-pin.sh | 3 +++ .deploy/ch-5-1-test-all-pins.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 .deploy/ch-5-1-test-1-pin.sh create mode 100755 .deploy/ch-5-1-test-all-pins.sh diff --git a/.deploy/ch-5-1-test-1-pin.sh b/.deploy/ch-5-1-test-1-pin.sh new file mode 100755 index 0000000..92cc7bc --- /dev/null +++ b/.deploy/ch-5-1-test-1-pin.sh @@ -0,0 +1,3 @@ +.deploy/send-it.sh \ + ch-5/1-tests/motors_test_1_pin_short.py \ + ch-5/1-tests/robot.py diff --git a/.deploy/ch-5-1-test-all-pins.sh b/.deploy/ch-5-1-test-all-pins.sh new file mode 100755 index 0000000..ac5d8c9 --- /dev/null +++ b/.deploy/ch-5-1-test-all-pins.sh @@ -0,0 +1,3 @@ +.deploy/send-it.sh \ + ch-5/1-tests/motors_test_all_pins_short.py \ + ch-5/1-tests/robot.py