enable VTOL tests on CI again

This commit is contained in:
Andreas Antener 2016-06-28 00:01:53 +02:00 committed by Lorenz Meier
parent c9f278e46f
commit 2f581a296e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ echo "<====="
set +e
echo "=====> run tests"
rostest px4 mavros_posix_tests_iris.launch
#rostest px4 mavros_posix_tests_standard_vtol.launch
rostest px4 mavros_posix_tests_standard_vtol.launch
TEST_RESULT=$?
echo "<====="