summaryrefslogtreecommitdiff
path: root/scripts/auto-test.sh
diff options
context:
space:
mode:
authorManel Caro <mcaro@iseebcn.com>2019-03-09 21:25:56 +0100
committerManel Caro <mcaro@iseebcn.com>2019-03-09 21:25:56 +0100
commit9332c933fc05f42882640c9a4e35fab09854af84 (patch)
tree2b9b00b5a411b27f9705603c0d93b8925afd4677 /scripts/auto-test.sh
downloadboard-9332c933fc05f42882640c9a4e35fab09854af84.zip
board-9332c933fc05f42882640c9a4e35fab09854af84.tar.gz
board-9332c933fc05f42882640c9a4e35fab09854af84.tar.bz2
Board: Client Test Suite Initial Commit
Diffstat (limited to 'scripts/auto-test.sh')
-rwxr-xr-xscripts/auto-test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/auto-test.sh b/scripts/auto-test.sh
new file mode 100755
index 0000000..3fe358f
--- /dev/null
+++ b/scripts/auto-test.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/sh
+
+cd /home/root
+clear > /dev/tty0
+python3 /home/root/test_main.py > /dev/ttyO0 2>&1