From 9332c933fc05f42882640c9a4e35fab09854af84 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Sat, 9 Mar 2019 21:25:56 +0100 Subject: Board: Client Test Suite Initial Commit --- scripts/auto-test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/auto-test.sh (limited to 'scripts/auto-test.sh') 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 -- cgit v1.1