mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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"
|