Skip to content

Commit

Permalink
sitl tests don't manually stop mavlink and dataman
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 2, 2017
1 parent 46b6683 commit 6dce724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions cmake/common/px4_base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ function(px4_add_common_flags)

set(cxx_warnings
-Wno-missing-field-initializers
#-Weffc++
)

set(cxx_compile_flags
Expand Down
7 changes: 0 additions & 7 deletions posix-configs/SITL/init/test/test_template.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ mavlink start -u 14556 -r 2000000

tests @test_name@

mavlink stop-all

tone_alarm stop
rgbledsim stop

dataman stop

shutdown

0 comments on commit 6dce724

Please sign in to comment.