diff options
author | Manel Caro <mcaro@iseebcn.com> | 2019-03-09 21:25:56 +0100 |
---|---|---|
committer | Manel Caro <mcaro@iseebcn.com> | 2019-03-09 21:25:56 +0100 |
commit | 9332c933fc05f42882640c9a4e35fab09854af84 (patch) | |
tree | 2b9b00b5a411b27f9705603c0d93b8925afd4677 /scripts/auto-test.sh | |
download | board-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-x | scripts/auto-test.sh | 5 |
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 |