mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
sitl tests don't manually stop mavlink and dataman
This commit is contained in:
committed by
Lorenz Meier
parent
34b2fb55e6
commit
1ceb0bebb5
@@ -761,6 +761,7 @@ function(px4_add_common_flags)
|
|||||||
|
|
||||||
set(cxx_warnings
|
set(cxx_warnings
|
||||||
-Wno-missing-field-initializers
|
-Wno-missing-field-initializers
|
||||||
|
#-Weffc++
|
||||||
)
|
)
|
||||||
|
|
||||||
set(cxx_compile_flags
|
set(cxx_compile_flags
|
||||||
|
|||||||
@@ -21,11 +21,4 @@ mavlink start -u 14556 -r 2000000
|
|||||||
|
|
||||||
tests @test_name@
|
tests @test_name@
|
||||||
|
|
||||||
mavlink stop-all
|
|
||||||
|
|
||||||
tone_alarm stop
|
|
||||||
rgbledsim stop
|
|
||||||
|
|
||||||
dataman stop
|
|
||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
|
|||||||
Reference in New Issue
Block a user