Files
bizhang_-obav/posix-configs/SITL/init/test/tests_all
Beat Küng 719bfd1073 posix-configs: use '.' instead of 'source'
'source' is not POSIX
2018-09-27 23:39:20 +02:00

22 lines
244 B
Bash

#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set SYS_RESTART_TYPE 0
dataman start
tone_alarm start
ver all
sleep 1
tests all
shutdown