forked from Archive/PX4-Autopilot
11 lines
120 B
Plaintext
11 lines
120 B
Plaintext
|
#!nsh
|
||
|
#
|
||
|
# Test jig startup script
|
||
|
#
|
||
|
|
||
|
echo "[testing] doing production test.."
|
||
|
|
||
|
tests jig
|
||
|
|
||
|
echo "[testing] testing done"
|