mirror of
https://github.com/meshtastic/python.git
synced 2026-04-22 16:00:32 -04:00
fix problems found in sanity test
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user