add sanity prerelease tests

This commit is contained in:
Kevin Hester
2020-12-09 09:21:41 +08:00
parent 0662c2b2ac
commit 1f91f541ef
6 changed files with 21 additions and 2 deletions

7
bin/prerelease-tests.sh Executable file
View File

@@ -0,0 +1,7 @@
set -e
echo "Running (crude) prerelease tests to verify sanity"
python3 tests/hello_world.py
bin/run.sh --help
bin/run.sh --info
bin/run.sh --sendtext "Sanity complete"