fix problems found in sanity test

This commit is contained in:
Kevin Hester
2020-12-09 09:41:49 +08:00
parent 1f91f541ef
commit 3645cff97e
4 changed files with 24 additions and 2 deletions

View File

@@ -1,7 +1,19 @@
set -e
echo "Running (crude) prerelease tests to verify sanity"
echo running hello
python3 tests/hello_world.py
bin/run.sh --help
# bin/run.sh --help
echo toggling router
bin/run.sh --set-router
bin/run.sh --unset-router
echo setting channel
bin/run.sh --seturl "https://www.meshtastic.org/c/#GAMiENTxuzogKQdZ8Lz_q89Oab8qB0RlZmF1bHQ="
echo setting time
bin/run.sh --settime
echo setting owner
bin/run.sh --setowner "Test Build"
echo dumping info
bin/run.sh --info
echo sending closing message
bin/run.sh --sendtext "Sanity complete"